diff options
Diffstat (limited to 'host/asterix.nix')
-rw-r--r-- | host/asterix.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/asterix.nix b/host/asterix.nix index 1830779..7862a21 100644 --- a/host/asterix.nix +++ b/host/asterix.nix @@ -3,7 +3,6 @@ { imports = [ ../gui/default.nix - ../gui/lowdpi.nix ../gui/autorandr.nix ../gui/networkmanager.nix ]; @@ -11,4 +10,6 @@ home.packages = with pkgs; [ acpi ]; + + custom.hidpi = false; } |