From fed1f04b1ee97aa44855bce2f15c42563d5775cc Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 9 Mar 2023 00:50:20 +0900 Subject: feat(home/base): set XDG_CURRENT_DESKTOP --- home/profiles/base/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home/profiles') diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 53c1847..8efc411 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -122,6 +122,10 @@ in keybindings = { }; }; + extraSessionCommands = '' + export XDG_CURRENT_DESKTOP=sway; + ''; + extraConfig = import ./config/sway.nix { inherit pkgs neotheme; }; }; -- cgit 1.4.1