aboutsummaryrefslogtreecommitdiff
path: root/host/obelix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/obelix.nix')
-rw-r--r--host/obelix.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/obelix.nix b/host/obelix.nix
index 8bbb62a..26a17ea 100644
--- a/host/obelix.nix
+++ b/host/obelix.nix
@@ -3,6 +3,7 @@
{
imports = [
../gui/default.nix
- ../gui/lowdpi.nix
];
+
+ custom.hidpi = false;
}