enable declarative flatpak

This commit is contained in:
mjallen18
2024-02-02 19:16:07 -06:00
parent 9733ae033d
commit 7faaca1b4f
3 changed files with 32 additions and 4 deletions

View File

@@ -127,6 +127,16 @@ in
# xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ];
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
services.flatpak.packages = [
"com.discordapp.Discord"
"com.spotify.Client"
"com.visualstudio.code"
"it.mijorus.gearlever"
"org.libreoffice.LibreOffice"
"net.davidotek.pupgui2" # Proton-Up Qt
"io.github.prateekmedia.appimagepool"
];
# Enable AppImage
boot.binfmt.registrations.appimage = {
wrapInterpreterInShell = false;