feat(flatpak): add heavy apps to flatpak
This commit is contained in:
parent
c7da2b8df1
commit
9d9119b32f
1 changed files with 5 additions and 4 deletions
|
@ -16,9 +16,6 @@
|
|||
noto-fonts
|
||||
libreoffice
|
||||
mosh
|
||||
webcord
|
||||
element-desktop
|
||||
joplin-desktop
|
||||
gnumake
|
||||
man-pages
|
||||
man-pages-posix
|
||||
|
@ -48,7 +45,11 @@
|
|||
|
||||
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.overrides = {
|
||||
global = {
|
||||
|
|
Loading…
Reference in a new issue