recreated nix

This commit is contained in:
2026-02-27 21:30:22 +01:00
parent 7d9605cde1
commit 30ef48afa2
2 changed files with 315 additions and 315 deletions
+312 -312
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -16,9 +16,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/frosted/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 ... */ };