Fix imports

This commit is contained in:
2024-11-24 00:40:10 +01:00
parent ac626bcacd
commit 6307169492
3 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,7 @@ let
in {
imports = [
./gammastep.nix
./kanshi.nix
];
home.packages = with pkgs; [

7
home/sway/gammastep.nix Normal file
View File

@ -0,0 +1,7 @@
{ ... }: {
services.gammastep = {
enable = true;
longitude = "49.01315";
latitude = "12.1119";
};
}