From 275d09b6adf472a18fa8c22109846d7511456759 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 11 May 2024 01:51:48 +0900 Subject: fix(home/gui): sway: fix hm-session-vars sourcing This reverts commit 7c908293f7ecd02a0e4b60f32ed2e2ff41174324. --- home/profiles/gui/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; }; }; -- cgit 1.4.1