From 4f84f97dca90e097a2b89bc95e2296014b573531 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 23 Feb 2025 21:42:13 +0300 Subject: [PATCH] fix: fix typo --- modules/linux/hyprland/gammastep.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/hyprland/gammastep.nix b/modules/linux/hyprland/gammastep.nix index 5a98fec..bf7dbe9 100644 --- a/modules/linux/hyprland/gammastep.nix +++ b/modules/linux/hyprland/gammastep.nix @@ -2,7 +2,7 @@ inherit (lib) enabled merge mkIf; in merge <| mkIf config.isDesktop { services.geoclue2 = enabled { - appConfig.gammstep = { + appConfig.gammastep = { isAllowed = true; isSystem = false; };