diff --git a/modules/hm/services/gammastep.nix b/modules/hm/services/gammastep.nix index 91c4ea6..82b32fd 100644 --- a/modules/hm/services/gammastep.nix +++ b/modules/hm/services/gammastep.nix @@ -3,7 +3,7 @@ osConfig, ... }: { - config = lib.mkIf osConfig.local.profiles.laptop.enable { + config = lib.mkIf osConfig.local.profiles.desktop.enable { services.gammastep = { enable = true; tray = true;