aboutsummaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/athena.nix b/host/athena.nix
index 17e264d..8fc7357 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -6,7 +6,6 @@
../gui/networkmanager.nix
../gui/stalonetray.nix
../gui/redshift.nix
- ../gui/touchegg.nix
];
home.packages = with pkgs; [
@@ -16,5 +15,5 @@
blueman
];
- custom.hidpi = true;
+ custom.hidpi = false;
}