diff options
Diffstat (limited to 'host/hephaestus.nix')
-rw-r--r-- | host/hephaestus.nix | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/host/hephaestus.nix b/host/hephaestus.nix index 0067e48..9945ca5 100644 --- a/host/hephaestus.nix +++ b/host/hephaestus.nix @@ -3,13 +3,12 @@ { imports = [ ../gui/default.nix - #../gui/xmonad.nix - #../gui/networkmanager.nix - #../gui/stalonetray.nix + ../gui/niri.nix + ../gui/networkmanager.nix ]; - #services = { - # kdeconnect.enable = true; - # screen-locker.enable = pkgs.lib.mkForce false; - #}; + services = { + kdeconnect.enable = true; + screen-locker.enable = pkgs.lib.mkForce false; + }; } |