recreated nix

This commit is contained in:
2026-02-27 21:22:26 +01:00
parent ef6c21d0af
commit a12ecd4114
+3 -3
View File
@@ -2269,9 +2269,9 @@ in
xdg.enable = true;
home.packages = [ walkerPkg elephantPkg ];
# ~/.config/walker/themes/*
xdg.configFile."walker/themes/default.css".source = repoThemesDir + "/themes/default.css";
xdg.configFile."walker/themes/walker.css".source = repoThemesDir + "/themes/walker.css";
xdg.configFile."walker/config.toml".source = repoThemesDir + "/default.toml";
xdg.configFile."walker/themes/frosted/default.css".source = repoThemesDir + "/themes/frosted/default.css";
xdg.configFile."walker/themes/forsted/style.css".source = repoThemesDir + "/themes/frosted/style.css";
xdg.configFile."walker/config.toml".source = repoThemesDir + "/config.toml";
# xdg.configFile."walker/themes/default.html".source = repoThemesDir + "/default.html";
# (services unchanged)
systemd.user.services.elephant = { /* ... your existing service ... */ };