From 5ab8b16b44f1d2c70cbc345324dc0fe16746b3f8 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Mon, 27 Jan 2025 02:34:34 +0100 Subject: [PATCH] hm/services/gammastep: enable on desktop --- modules/hm/services/gammastep.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;