qutebrowser is the default browser now

This commit is contained in:
Andrea Ciceri 2022-04-24 15:26:00 +02:00
parent 39521036fb
commit d4962d6fc3
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
4 changed files with 20 additions and 5 deletions

View file

@ -6,7 +6,7 @@
services.pipewire.enable = true;
environment.sessionVariables = {
MOZ_ENABLE_WAYLAND = "1";
XDG_CURRENT_DESKTOP = "sway"; # https://github.com/emersion/xdg-desktop-portal-wlr/issues/20
XDG_SESSION_TYPE = "wayland"; # https://github.com/emersion/xdg-desktop-portal-wlr/pull/11
#XDG_CURRENT_DESKTOP = "sway"; # https://github.com/emersion/xdg-desktop-portal-wlr/issues/20
#XDG_SESSION_TYPE = "wayland"; # https://github.com/emersion/xdg-desktop-portal-wlr/pull/11
};
}