diff options
Diffstat (limited to 'host/athena.nix')
-rw-r--r-- | host/athena.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/athena.nix b/host/athena.nix index 362d7cd..9a2dba3 100644 --- a/host/athena.nix +++ b/host/athena.nix @@ -11,7 +11,7 @@ home.packages = with pkgs; [ acpi - xorg.xbacklight + brightnessctl ]; custom.hidpi = true; |