about summary refs log tree commit diff
diff options
context:
space:
mode:
-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; };
     };