diff --git a/machines/mynix/default.nix b/machines/mynix/default.nix index c0ec7eb..f4e2cfe 100644 --- a/machines/mynix/default.nix +++ b/machines/mynix/default.nix @@ -52,6 +52,8 @@ #// services.logind.powerKey = "ignore"; # Disable power button home-manager.users.${config.custom.username} = { + services.gammastep.settings.general.brightness-night = 0.4; + # Prevent secondary GPU reset from crashing window manager wayland.windowManager.hyprland.settings = { monitor = [ diff --git a/options/custom/services/gammastep.nix b/options/custom/services/gammastep.nix index 5cf7ce0..432c5cc 100644 --- a/options/custom/services/gammastep.nix +++ b/options/custom/services/gammastep.nix @@ -23,7 +23,7 @@ in { # TODO: Add keybinds settings.general = { brightness-day = 1; - brightness-night = 0.4; + brightness-night = 0.6; }; }; };