1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Add gammastep config

This commit is contained in:
RGBCube 2024-05-21 21:32:56 +03:00
parent a525e997f8
commit ac3f0d92d1
No known key found for this signature in database

View 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";
};
})