hm/services/gammastep: enable on desktop
This commit is contained in:
parent
017b3dae83
commit
5ab8b16b44
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue