hm/services/gammastep: enable on desktop

This commit is contained in:
Anthony Rodriguez 2025-01-27 02:34:34 +01:00
parent 017b3dae83
commit 5ab8b16b44
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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;