diff options
author | Adrian Kummerlaender | 2025-07-23 22:32:44 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2025-07-23 22:32:44 +0200 |
commit | e278b93e759f3a5a9f87e5b3d86eb7c05ffcb28a (patch) | |
tree | 41e71b5ee2ae7abd431b2b0aa29b320a8f645bb1 /host | |
parent | 5474ab23f8938aebad05d835c884ea38e0c6ba30 (diff) | |
download | nixos_home-wayland.tar nixos_home-wayland.tar.gz nixos_home-wayland.tar.bz2 nixos_home-wayland.tar.lz nixos_home-wayland.tar.xz nixos_home-wayland.tar.zst nixos_home-wayland.zip |
desktop: Trying out wayland envswayland
Diffstat (limited to 'host')
-rw-r--r-- | host/hephaestus.nix | 14 |
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; + #}; } |