mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Add gammastep config
This commit is contained in:
parent
a525e997f8
commit
ac3f0d92d1
1 changed files with 16 additions and 0 deletions
16
modules/hyprland/gammastep.nix
Normal file
16
modules/hyprland/gammastep.nix
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{ lib, ... }: with lib; merge
|
||||||
|
|
||||||
|
(desktopSystemConfiguration {
|
||||||
|
services.geoclue2 = enabled {
|
||||||
|
appConfig.gammstep = {
|
||||||
|
isAllowed = true;
|
||||||
|
isSystem = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
||||||
|
(desktopUserHomeConfiguration {
|
||||||
|
services.gammastep = enabled {
|
||||||
|
provider = "geoclue2";
|
||||||
|
};
|
||||||
|
})
|
Loading…
Add table
Add a link
Reference in a new issue