diff options
Diffstat (limited to 'host/athena.nix')
-rw-r--r-- | host/athena.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/athena.nix b/host/athena.nix index 4e8a824..362d7cd 100644 --- a/host/athena.nix +++ b/host/athena.nix @@ -3,7 +3,6 @@ { imports = [ ../gui/default.nix - ../gui/hidpi.nix ../gui/networkmanager.nix ../gui/stalonetray.nix ../gui/redshift.nix @@ -14,4 +13,6 @@ acpi xorg.xbacklight ]; + + custom.hidpi = true; } |