This commit is contained in:
m3tam3re 2025-01-25 13:16:10 +01:00
parent a39436da6f
commit c18b2d1f94
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,6 @@ in {
qpwgraph qpwgraph
v4l-utils v4l-utils
plexamp plexamp
spotify
webcord webcord
# uxplay # uxplay
# vlc # vlc

View File

@ -14,6 +14,7 @@ in {
xdg.portal = { xdg.portal = {
# xdg desktop intergration (required for flatpak) # xdg desktop intergration (required for flatpak)
enable = true; enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gtk]; extraPortals = [pkgs.xdg-desktop-portal-gtk];
config.common.default = "*"; config.common.default = "*";
}; };