about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-11 01:51:48 +0900
committersefidel <contact@sefidel.net>2024-05-11 01:55:06 +0900
commit275d09b6adf472a18fa8c22109846d7511456759 (patch)
treee695c2159705b283ef7b3ceee1b924c9863ed478
parent06f247d0b429546b59324afbdc8565dee9939636 (diff)
downloadnixrc-275d09b6adf472a18fa8c22109846d7511456759.tar.gz
nixrc-275d09b6adf472a18fa8c22109846d7511456759.zip
fix(home/gui): sway: fix hm-session-vars sourcing
This reverts commit 7c908293f7ecd02a0e4b60f32ed2e2ff41174324.
-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; };
     };