aboutsummaryrefslogtreecommitdiff
path: root/host/hephaestus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/hephaestus.nix')
-rw-r--r--host/hephaestus.nix13
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;
+ };
}