Fix vesktop opening non-default browser

This commit is contained in:
Tyler Beckman 2024-12-23 00:43:33 -07:00
parent ad403bad0a
commit 931380d698
Signed by: Ty
GPG key ID: 2813440C772555A4

View file

@ -4,4 +4,6 @@
services.desktopManager.plasma6.enable = true;
programs.dconf.enable = true;
programs.partition-manager.enable = true;
# Fix some programs not using the portal properly
xdg.portal.xdgOpenUsePortal = true;
}