aboutsummaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix11
1 files changed, 1 insertions, 10 deletions
diff --git a/host/athena.nix b/host/athena.nix
index 21d6ecf..0f5a8a4 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -4,6 +4,7 @@
imports = [
../gui/default.nix
../gui/networkmanager.nix
+ ../gui/hidpi.nix
../gui/stalonetray.nix
../gui/redshift.nix
../gui/touchegg.nix
@@ -13,14 +14,4 @@
acpi
xorg.xbacklight
];
-
- xresources.extraConfig = ''
- Xft.dpi: 160
- Xft.autohint: 0
- Xft.lcdfilter: lcddefault
- Xft.hintstyle: hintfull
- Xft.hinting: 1
- Xft.antialias: 1
- Xft.rgba: rgb
- '';
}