Commit e9917b53f813

Vincent Demeester <vincent@sbr.pm>
2026-05-06 09:28:30
fix(niri): make sure to add /run/wrappers
So that sudo, etc.. work.. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent fed2332
Changed files (1)
systems
common
desktop
systems/common/desktop/niri.nix
@@ -45,6 +45,7 @@
     # Ensure spawn-at-startup can find user-profile binaries (waybar, mako, etc.)
     # The upstream service sets a minimal PATH that excludes user profiles.
     path = [
+      "/run/wrappers"
       "/etc/profiles/per-user/vincent"
       "/run/current-system/sw"
     ];