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
|
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 = {
|
||||||
|
|
Loading…
Reference in a new issue