my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: launching quickshell on startup

willow d9b50e11 4dff95c6

+4 -1
+4 -1
modules/home/desktop/niri/default.nix
··· 71 71 ]; 72 72 spawn-at-startup = [ 73 73 { 74 - command = [(lib.getExe pkgs.xwayland-satellite-unstable) "qs"]; 74 + command = [(lib.getExe pkgs.xwayland-satellite-unstable)]; 75 + } 76 + { 77 + command = ["qs"]; 75 78 } 76 79 ]; 77 80 environment = {