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,
|
osConfig,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
config = lib.mkIf osConfig.local.profiles.laptop.enable {
|
config = lib.mkIf osConfig.local.profiles.desktop.enable {
|
||||||
services.gammastep = {
|
services.gammastep = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tray = true;
|
tray = true;
|
||||||
|
|
Loading…
Reference in a new issue