thunar: fix finding programs

This commit is contained in:
Leonardo Eugênio 2024-07-15 11:49:06 -03:00
parent 77d82ba339
commit 82b8006bea

View file

@ -10,6 +10,12 @@
}) })
]; ];
wayland.windowManager.sway = {
extraConfig = ''
exec_always systemctl --user import-environment PATH
'';
};
xdg.configFile = { xdg.configFile = {
"Thunar/".source = ./thunar; "Thunar/".source = ./thunar;
}; };