recreated nix

This commit is contained in:
2026-02-27 21:20:07 +01:00
parent fd92ba1baa
commit ef6c21d0af
2 changed files with 311 additions and 311 deletions
+310 -310
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -18,7 +18,7 @@ in
# ~/.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/default.toml".source = repoThemesDir + "/default.toml";
xdg.configFile."walker/config.toml".source = repoThemesDir + "/default.toml";
# xdg.configFile."walker/themes/default.html".source = repoThemesDir + "/default.html";
# (services unchanged)
systemd.user.services.elephant = { /* ... your existing service ... */ };