From a8b399b3941f2df6e357372c4c36ab931e407081 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 23 Jan 2019 22:07:03 +0100 Subject: Add athena-specific config It remains to be seen how to integrate highdpi-specific stuff. --- host/athena.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 host/athena.nix (limited to 'host/athena.nix') diff --git a/host/athena.nix b/host/athena.nix new file mode 100644 index 0000000..6ebe90d --- /dev/null +++ b/host/athena.nix @@ -0,0 +1,23 @@ +{ pkgs, ... }: + +{ + imports = [ + ../gui/default.nix + ]; + + home.packages = with pkgs; [ + networkmanager_dmenu + 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 + ''; +} -- cgit v1.2.3