diff options
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/sway.nix | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/modules/home-manager/sway.nix b/modules/home-manager/sway.nix index 4522e84..e7adbc7 100644 --- a/modules/home-manager/sway.nix +++ b/modules/home-manager/sway.nix @@ -20,19 +20,6 @@ in playerctl ]; - xdg = { - portal = { - enable = true; - extraPortals = with pkgs; [ - xdg-desktop-portal-wlr - xdg-desktop-portal-gtk - ]; - config = { - common.default = "*"; - }; - }; - }; - wayland.windowManager.sway = { enable = true; config = { @@ -86,7 +73,7 @@ in }; home.sessionVariables = { - XDG_CURRENT_DESKTOP = "wayland"; + XDG_CURRENT_DESKTOP = "sway"; }; }; } |
