diff options
author | Adrian Kummerlaender | 2019-01-31 21:33:14 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2019-01-31 21:33:14 +0100 |
commit | 717c4c3ce8b5570a53ec8c4d50be00a087b48a70 (patch) | |
tree | ba3839b977028dcb4b060324092bc06486e54409 /host | |
parent | 320c62f041a93373982099aafdc6b0c3ff31bf05 (diff) | |
parent | 259408dd40cffbc46400e182f366b2e139a07950 (diff) | |
download | nixos_home-717c4c3ce8b5570a53ec8c4d50be00a087b48a70.tar nixos_home-717c4c3ce8b5570a53ec8c4d50be00a087b48a70.tar.gz nixos_home-717c4c3ce8b5570a53ec8c4d50be00a087b48a70.tar.bz2 nixos_home-717c4c3ce8b5570a53ec8c4d50be00a087b48a70.tar.lz nixos_home-717c4c3ce8b5570a53ec8c4d50be00a087b48a70.tar.xz nixos_home-717c4c3ce8b5570a53ec8c4d50be00a087b48a70.tar.zst nixos_home-717c4c3ce8b5570a53ec8c4d50be00a087b48a70.zip |
Merge branch 'playground/athena'
Diffstat (limited to 'host')
-rw-r--r-- | host/asterix.nix | 1 | ||||
-rw-r--r-- | host/athena.nix | 16 | ||||
-rw-r--r-- | host/obelix.nix | 1 |
3 files changed, 7 insertions, 11 deletions
diff --git a/host/asterix.nix b/host/asterix.nix index ea19353..1830779 100644 --- a/host/asterix.nix +++ b/host/asterix.nix @@ -3,6 +3,7 @@ { imports = [ ../gui/default.nix + ../gui/lowdpi.nix ../gui/autorandr.nix ../gui/networkmanager.nix ]; 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 - ''; } diff --git a/host/obelix.nix b/host/obelix.nix index bfd3522..8bbb62a 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -3,5 +3,6 @@ { imports = [ ../gui/default.nix + ../gui/lowdpi.nix ]; } |