aboutsummaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/asterix.nix1
-rw-r--r--host/athena.nix2
-rw-r--r--host/obelix.nix1
3 files changed, 3 insertions, 1 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 0f5a8a4..4e8a824 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -3,8 +3,8 @@
{
imports = [
../gui/default.nix
- ../gui/networkmanager.nix
../gui/hidpi.nix
+ ../gui/networkmanager.nix
../gui/stalonetray.nix
../gui/redshift.nix
../gui/touchegg.nix
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
];
}