From ecb640fa45557caa28bc9ec2b38fe5a21fbee056 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:11:55 -0500 Subject: [PATCH] undo --- modules/features/niri.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/features/niri.nix b/modules/features/niri.nix index bb49881..133e99c 100644 --- a/modules/features/niri.nix +++ b/modules/features/niri.nix @@ -3,11 +3,6 @@ programs.niri = { enable = true; package = self.packages.${pkgs.stdenv.hostPlatform.system}.myNiri; - spawn-at-startup = [ - { - command = [ "noctalia-shell" ]; - } - ]; }; };