diff --git a/home/opdavies/t480.nix b/home/opdavies/t480.nix index a0f2554c..04ded7bc 100644 --- a/home/opdavies/t480.nix +++ b/home/opdavies/t480.nix @@ -1,7 +1,10 @@ -{ config, pkgs, ... }: +{ config, ... }: { - imports = [ ../common ]; + imports = [ + ../common + ./t480/gammastep.nix + ]; cli = { bluetuith.enable = true; @@ -79,10 +82,6 @@ # redshift.enable = true; }; - services.gammastep.enable = true; - services.gammastep.provider = "geoclue2"; - home.packages = with pkgs; [geoclue2]; - programs = { dev-commit = { enable = true; diff --git a/home/opdavies/t480/gammastep.nix b/home/opdavies/t480/gammastep.nix new file mode 100644 index 00000000..e95feb1e --- /dev/null +++ b/home/opdavies/t480/gammastep.nix @@ -0,0 +1,4 @@ +{ + services.gammastep.enable = true; + services.gammastep.provider = "geoclue2"; +} diff --git a/hosts/t480/configuration.nix b/hosts/t480/configuration.nix index ff823e95..6a429733 100644 --- a/hosts/t480/configuration.nix +++ b/hosts/t480/configuration.nix @@ -16,6 +16,8 @@ ../../users/opdavies.nix ]; + services.geoclue2.enable = true; + cli = { kanata = { enable = true;