diff --git a/modules/hyprland/gammastep.nix b/modules/hyprland/gammastep.nix new file mode 100644 index 0000000..fcba839 --- /dev/null +++ b/modules/hyprland/gammastep.nix @@ -0,0 +1,16 @@ +{ lib, ... }: with lib; merge + +(desktopSystemConfiguration { + services.geoclue2 = enabled { + appConfig.gammstep = { + isAllowed = true; + isSystem = false; + }; + }; +}) + +(desktopUserHomeConfiguration { + services.gammastep = enabled { + provider = "geoclue2"; + }; +})