about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-03-09 00:50:20 +0900
committersefidel <contact@sefidel.net>2023-03-09 00:50:20 +0900
commitfed1f04b1ee97aa44855bce2f15c42563d5775cc (patch)
treeac05afab1545f75cdbb2bd0e43991bb7c3987ba4 /home/profiles
parent8e70a3627f01cca4b907270454ad05163a7406ef (diff)
downloadnixrc-fed1f04b1ee97aa44855bce2f15c42563d5775cc.tar.gz
nixrc-fed1f04b1ee97aa44855bce2f15c42563d5775cc.zip
feat(home/base): set XDG_CURRENT_DESKTOP
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/base/default.nix4
1 files changed, 4 insertions, 0 deletions
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; };
     };