home-manager @ 4d1213e0ba38538345f0463f9ef7cf47dbcdd787

Move back to spawn with niri
 1diff --git a/niri.nix b/niri.nix
 2index b70e76daa8a2e812571fb4ec778c55379721bf20..ad0f93989d823046d3b709fd0738aa8fe82f34a4 100644
 3--- a/niri.nix
 4+++ b/niri.nix
 5@@ -61,7 +61,14 @@         backdrop-color "#DDDDDD"
 6     }
 7 
 8     spawn-at-startup "dbus-update-activation-environment" "WAYLAND_DISPLAY" "XDG_CURRENT_DESKTOP=sway"
 9-    spawn-at-startup "openrc --user gui"
10+    spawn-at-startup "/usr/libexec/pipewire-launcher"
11+    //spawn-at-startup "openrc --user gui"
12+
13+    spawn-at-startup "blueman-applet"
14+    spawn-at-startup "mako"
15+    spawn-at-startup "nm-applet"
16+    spawn-at-startup "swaybg" "-c" "DDDDDD"
17+    spawn-at-startup "waybar"
18 
19     spawn-at-startup "xwayland-satellite" ":12"
20     environment {
21diff --git a/profile.nix b/profile.nix
22index e2a0e00629069504aa7bd67ec6cc84dbc8adfe15..e48cb8f0bcc3aba91963c3cd0a51962f0ea7fabe 100644
23--- a/profile.nix
24+++ b/profile.nix
25@@ -65,7 +65,6 @@     if [[ "$(tty)" == "/dev/tty1" ]]
26     then
27 
28         eval `ssh-agent`
29-        openrc --user gui
30 
31         if command -v niri 2>&1 >/dev/null
32         then