Fix imports
This commit is contained in:
@ -16,6 +16,7 @@ let
|
||||
in {
|
||||
imports = [
|
||||
./gammastep.nix
|
||||
./kanshi.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
7
home/sway/gammastep.nix
Normal file
7
home/sway/gammastep.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ ... }: {
|
||||
services.gammastep = {
|
||||
enable = true;
|
||||
longitude = "49.01315";
|
||||
latitude = "12.1119";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user