diff options
author | sefidel <contact@sefidel.net> | 2024-05-11 01:51:48 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-11 01:55:06 +0900 |
commit | 275d09b6adf472a18fa8c22109846d7511456759 (patch) | |
tree | e695c2159705b283ef7b3ceee1b924c9863ed478 /home/profiles/gui | |
parent | 06f247d0b429546b59324afbdc8565dee9939636 (diff) | |
download | nixrc-275d09b6adf472a18fa8c22109846d7511456759.tar.gz nixrc-275d09b6adf472a18fa8c22109846d7511456759.zip |
fix(home/gui): sway: fix hm-session-vars sourcing
This reverts commit 7c908293f7ecd02a0e4b60f32ed2e2ff41174324.
Diffstat (limited to 'home/profiles/gui')
-rw-r--r-- | home/profiles/gui/default.nix | 4 |
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; }; }; |