feat(flatpak): add heavy apps to flatpak

This commit is contained in:
Ahurac 2024-10-01 11:43:06 +02:00
parent c7da2b8df1
commit 9d9119b32f

View file

@ -16,9 +16,6 @@
noto-fonts noto-fonts
libreoffice libreoffice
mosh mosh
webcord
element-desktop
joplin-desktop
gnumake gnumake
man-pages man-pages
man-pages-posix man-pages-posix
@ -48,7 +45,11 @@
services.ssh-agent.enable = true; services.ssh-agent.enable = true;
services.flatpak.packages = [ "im.riot.Riot" ]; services.flatpak.packages = [
"im.riot.Riot"
"io.github.spacingbat3.webcord"
"net.cozic.joplin_desktop"
];
services.flatpak.update.onActivation = true; services.flatpak.update.onActivation = true;
services.flatpak.overrides = { services.flatpak.overrides = {
global = { global = {