From 82b8006bea6fba53dd90d6cc21c0d68ae9e597b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 15 Jul 2024 11:49:06 -0300 Subject: [PATCH] thunar: fix finding programs --- user/thunar.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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; };