From 7c908293f7ecd02a0e4b60f32ed2e2ff41174324 Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Sat, 27 Apr 2024 11:32:09 +0900
Subject: 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.
---
 home/profiles/gui/default.nix | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'home/profiles')

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; };
     };
 
-- 
cgit 1.4.1