From e4142c9202ac39e0cd6cd59a54db5c702bfd1373 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 27 Jul 2025 20:50:19 +0200 Subject: desktop: Start tracking niri config --- host/hephaestus.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'host') 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; + }; } -- cgit v1.2.3