1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 02:27:44 +00:00

fix: fix typo

This commit is contained in:
RGBCube 2025-02-23 21:42:13 +03:00
parent 24dd9d0d92
commit 4f84f97dca
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -2,7 +2,7 @@
inherit (lib) enabled merge mkIf; inherit (lib) enabled merge mkIf;
in merge <| mkIf config.isDesktop { in merge <| mkIf config.isDesktop {
services.geoclue2 = enabled { services.geoclue2 = enabled {
appConfig.gammstep = { appConfig.gammastep = {
isAllowed = true; isAllowed = true;
isSystem = false; isSystem = false;
}; };