Compare commits

..

1 Commits

Author SHA1 Message Date
e126ff667e feat: add '3d' and 'photography' modules to andromache 2026-01-26 19:35:06 +01:00
2 changed files with 1 additions and 8 deletions

View File

@@ -46,5 +46,5 @@ in
taskwarrior.config.recurrence = lib.mkForce "on";
};
home.packages = import ../packages.nix { inherit pkgs; };
home.packages = ../packages.nix;
}

View File

@@ -15,11 +15,4 @@
wlsunset
];
};
services.gammastep = {
enable = true;
provider = "manual";
latitude = 51.05;
longitude = 3.71667;
};
}