refactor: cleanup

This commit is contained in:
ooks-io 2024-03-10 22:49:18 +13:00
parent c732a4c751
commit 9e3d904470
2 changed files with 0 additions and 21 deletions

View file

@ -1,21 +0,0 @@
{ lib, config, ... }:
let
cfg = config.homeModules.desktop.utility.gammastep;
in
{
config = lib.mkIf cfg.enable {
services.gammastep = lib.mkif config.programs.desktop.windowManager.hyprland.enable {
enable = true;
provider = "geoclue2";
temperature = {
day = 6000;
night = 4600;
};
settings = {
general.adjustment-method = "wayland";
};
};
};
}