flatpak: Remove not use applications
All checks were successful
check / check (push) Successful in 33s
All checks were successful
check / check (push) Successful in 33s
This commit is contained in:
parent
1a0c925449
commit
de7a2753df
1 changed files with 0 additions and 7 deletions
|
@ -12,7 +12,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
services.flatpak = {
|
services.flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -24,18 +23,12 @@ in
|
||||||
{ appId = "net.lutris.Lutris"; origin = "flathub"; }
|
{ appId = "net.lutris.Lutris"; origin = "flathub"; }
|
||||||
|
|
||||||
# Pro
|
# Pro
|
||||||
{ appId = "com.slack.Slack"; origin = "flathub"; }
|
|
||||||
{ appId = "com.skype.Client"; origin = "flathub"; }
|
|
||||||
{ appId = "org.mozilla.Thunderbird"; origin = "flathub"; }
|
|
||||||
{ appId = "ch.protonmail.protonmail-bridge"; origin = "flathub"; }
|
{ appId = "ch.protonmail.protonmail-bridge"; origin = "flathub"; }
|
||||||
{ appId = "org.kde.neochat"; origin = "flathub"; }
|
{ appId = "org.kde.neochat"; origin = "flathub"; }
|
||||||
|
|
||||||
# Loisir
|
# Loisir
|
||||||
{ appId = "com.spotify.Client"; origin = "flathub"; }
|
{ appId = "com.spotify.Client"; origin = "flathub"; }
|
||||||
{ appId = "io.gitlab.news_flash.NewsFlash"; origin = "flathub"; }
|
|
||||||
{ appId = "org.videolan.VLC"; origin = "flathub"; }
|
{ appId = "org.videolan.VLC"; origin = "flathub"; }
|
||||||
{ appId = "com.obsproject.Studio"; origin = "flathub"; }
|
|
||||||
{ appId = "io.github.achetagames.epic_asset_manager"; origin = "flathub"; }
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue