From d3dbb32e94e4d84eb15dc3e4ed33322391dfd0af Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 20 Nov 2025 22:42:24 +0100 Subject: [PATCH] wip: dnsc-machine setup --- hosts/dnsc-machine/default.nix | 3 +++ modules/wm/niri/default.nix | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index a3ea9f6..963cd72 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -75,6 +75,9 @@ ]; }; + # Window Manager + programs.niri.enable = true; + # Nix settings nix.gc = { automatic = true; diff --git a/modules/wm/niri/default.nix b/modules/wm/niri/default.nix index 89c5d60..d3e8cda 100644 --- a/modules/wm/niri/default.nix +++ b/modules/wm/niri/default.nix @@ -1,6 +1,4 @@ { - programs.niri.enable = true; - # Source niri config xdg.configFile."niri/config.kdl".source = ./config.kdl;