about summary refs log tree commit diff
path: root/home/profiles/gui/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/gui/default.nix')
-rw-r--r--home/profiles/gui/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix
index 934be35..23e1093 100644
--- a/home/profiles/gui/default.nix
+++ b/home/profiles/gui/default.nix
@@ -133,6 +133,10 @@ in
         keybindings = { };
       };
 
+      extraSessionCommands = ''
+        . "${config.home.sessionVariablesPackage}/etc/profile.d/hm-session-vars.sh"
+      '';
+
       extraConfig = import ./config/sway.nix { inherit config pkgs neotheme; };
     };