diff options
Diffstat (limited to 'home/profiles')
-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; }; }; |