aboutsummaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix16
1 files changed, 5 insertions, 11 deletions
diff --git a/host/athena.nix b/host/athena.nix
index 3ed37ab..4e8a824 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -3,21 +3,15 @@
{
imports = [
../gui/default.nix
+ ../gui/hidpi.nix
../gui/networkmanager.nix
+ ../gui/stalonetray.nix
+ ../gui/redshift.nix
+ ../gui/touchegg.nix
];
home.packages = with pkgs; [
acpi
- xorg.xbacklight
+ 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
- '';
}