diff --git a/user/thunar.nix b/user/thunar.nix index 2a9fe5b..26b90e9 100644 --- a/user/thunar.nix +++ b/user/thunar.nix @@ -10,6 +10,12 @@ }) ]; + wayland.windowManager.sway = { + extraConfig = '' + exec_always systemctl --user import-environment PATH + ''; + }; + xdg.configFile = { "Thunar/".source = ./thunar; };