diff options
author | sefidel <contact@sefidel.net> | 2024-04-27 11:32:09 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-10 22:26:05 +0900 |
commit | 7c908293f7ecd02a0e4b60f32ed2e2ff41174324 (patch) | |
tree | 41dd561835ea7c0e7c398710212ffab3ee7352c9 | |
parent | ba275e3715bb76f9229088a2fafcd2d8995c1164 (diff) | |
download | nixrc-7c908293f7ecd02a0e4b60f32ed2e2ff41174324.tar.gz nixrc-7c908293f7ecd02a0e4b60f32ed2e2ff41174324.zip |
chore(home/base)!: don't source hm-session-vars on sway
This *shouldn't* break anything, but it's marked as breaking change just in case.
-rw-r--r-- | home/profiles/gui/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index 0ddd787..3ed82a5 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -132,10 +132,6 @@ in keybindings = { }; }; - extraSessionCommands = '' - . "${config.home.profileDirectory}/etc/profile.d/hm-session-vars.sh" - ''; - extraConfig = import ./config/sway.nix { inherit config pkgs neotheme; }; }; |