Recreated nix files

This commit is contained in:
2026-03-03 18:36:39 +01:00
parent 603e020b9b
commit e6a744b31c
3 changed files with 290 additions and 300 deletions
-2
View File
@@ -13,8 +13,6 @@ in
{
xdg.enable = true;
home.packages = [ walkerPkg elephantPkg ];
# xdg.configFile."walker/themes/default.html".source = lib.mkForce repoThemesDir + "/default.html";
# (services unchanged)
systemd.user.services.elephant = { /* ... your existing service ... */ };
systemd.user.services.walker = { /* ... your existing service ... */ };
}