Recreated nix files

This commit is contained in:
2026-03-03 22:01:45 +01:00
parent 53fa96fc51
commit 6799b03086
5 changed files with 351 additions and 351 deletions
+2 -2
View File
@@ -13,6 +13,6 @@ in
{
xdg.enable = true;
home.packages = [ walkerPkg elephantPkg ];
systemd.user.services.elephant = { /* ... your existing service ... */ };
systemd.user.services.walker = { /* ... your existing service ... */ };
systemd.user.services.elephant = { };
systemd.user.services.walker = { };
}