diff options
Diffstat (limited to 'home/profiles/base')
-rw-r--r-- | home/profiles/base/default.nix | 4 |
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; }; }; |