From cd549dc4238d6e3db1c5d00a0e2cb67f62f62cad Mon Sep 17 00:00:00 2001 From: notgne2 Date: Wed, 12 Nov 2025 12:46:17 -0700 Subject: [PATCH] auto start noctalia shell again --- home-manager/modules/ezpcusr.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home-manager/modules/ezpcusr.nix b/home-manager/modules/ezpcusr.nix index a12f0b3..41d88a3 100644 --- a/home-manager/modules/ezpcusr.nix +++ b/home-manager/modules/ezpcusr.nix @@ -96,9 +96,9 @@ in { enable = true; path = lib.getExe pkgs.xwayland-satellite-unstable; }; - # spawn-at-startup = [ - # { argv = ["noctalia-shell"]; } - # ]; + spawn-at-startup = [ + { argv = ["noctalia-shell"]; } + ]; clipboard.disable-primary = true; input = { focus-follows-mouse.enable = true;