aboutsummaryrefslogtreecommitdiff
path: root/host/hephaestus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/hephaestus.nix')
-rw-r--r--host/hephaestus.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/host/hephaestus.nix b/host/hephaestus.nix
index ca1edd4..0067e48 100644
--- a/host/hephaestus.nix
+++ b/host/hephaestus.nix
@@ -3,13 +3,13 @@
{
imports = [
../gui/default.nix
- ../gui/xmonad.nix
- ../gui/networkmanager.nix
- ../gui/stalonetray.nix
+ #../gui/xmonad.nix
+ #../gui/networkmanager.nix
+ #../gui/stalonetray.nix
];
- services = {
- kdeconnect.enable = true;
- screen-locker.enable = pkgs.lib.mkForce false;
- };
+ #services = {
+ # kdeconnect.enable = true;
+ # screen-locker.enable = pkgs.lib.mkForce false;
+ #};
}