Compare commits

..

2 Commits

2 changed files with 8 additions and 1 deletions

View File

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

View File

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