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 8fc7357..b5e9b75 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -3,6 +3,7 @@
{
imports = [
../gui/default.nix
+ ../gui/xmonad.nix
../gui/networkmanager.nix
../gui/stalonetray.nix
../gui/redshift.nix
@@ -14,6 +15,4 @@
arandr
blueman
];
-
- custom.hidpi = false;
}