aboutsummaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorAdrian Kummerlaender2025-07-27 20:50:19 +0200
committerAdrian Kummerlaender2025-07-27 20:50:19 +0200
commite4142c9202ac39e0cd6cd59a54db5c702bfd1373 (patch)
treeff2f26b80942ca7906278d37bf4a11632a7f37f0 /host
parente278b93e759f3a5a9f87e5b3d86eb7c05ffcb28a (diff)
downloadnixos_home-e4142c9202ac39e0cd6cd59a54db5c702bfd1373.tar
nixos_home-e4142c9202ac39e0cd6cd59a54db5c702bfd1373.tar.gz
nixos_home-e4142c9202ac39e0cd6cd59a54db5c702bfd1373.tar.bz2
nixos_home-e4142c9202ac39e0cd6cd59a54db5c702bfd1373.tar.lz
nixos_home-e4142c9202ac39e0cd6cd59a54db5c702bfd1373.tar.xz
nixos_home-e4142c9202ac39e0cd6cd59a54db5c702bfd1373.tar.zst
nixos_home-e4142c9202ac39e0cd6cd59a54db5c702bfd1373.zip
desktop: Start tracking niri config
Diffstat (limited to 'host')
-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;
+ };
}