aboutsummaryrefslogtreecommitdiff
path: root/host/obelix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/obelix.nix')
-rw-r--r--host/obelix.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/host/obelix.nix b/host/obelix.nix
index f4717e8..35bf141 100644
--- a/host/obelix.nix
+++ b/host/obelix.nix
@@ -3,10 +3,9 @@
{
imports = [
../gui/default.nix
+ ../gui/xmonad.nix
];
- custom.hidpi = false;
-
custom.tasks = {
"compustream_shell" = {
description = "compustream dev shell";
@@ -14,8 +13,4 @@
type = "local-shell";
};
};
-
- services.kdeconnect = {
- enable = true;
- };
}