aboutsummaryrefslogtreecommitdiff
path: root/host/hephaestus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/hephaestus.nix')
-rw-r--r--host/hephaestus.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/hephaestus.nix b/host/hephaestus.nix
index e7c9514..9410f15 100644
--- a/host/hephaestus.nix
+++ b/host/hephaestus.nix
@@ -3,12 +3,11 @@
{
imports = [
../gui/default.nix
+ ../gui/xmonad.nix
../gui/networkmanager.nix
../gui/stalonetray.nix
];
- custom.hidpi = false;
-
services.kdeconnect = {
enable = true;
};