feat(flatpak): automatically remove flatpak's not declared
This commit is contained in:
parent
59fb7a74e8
commit
52cdc5a69b
2 changed files with 9 additions and 3 deletions
|
|
@ -95,7 +95,15 @@
|
|||
services.flatpak = {
|
||||
enable = true;
|
||||
packages = [
|
||||
"com.dec05eba.gpu_screen_recorder"
|
||||
];
|
||||
|
||||
uninstallUnmanaged = true;
|
||||
|
||||
update.auto = {
|
||||
enable = true;
|
||||
onCalendar = "weekly";
|
||||
};
|
||||
};
|
||||
|
||||
# Enable coolercontrol to setup fancurves
|
||||
|
|
|
|||
|
|
@ -11,16 +11,14 @@
|
|||
services.flatpak = {
|
||||
enable = true;
|
||||
packages = [
|
||||
"com.usebottles.bottles"
|
||||
"com.github.tchx84.Flatseal"
|
||||
"cafe.avery.Delfin"
|
||||
"com.valvesoftware.Steam.Utility.MangoHud"
|
||||
];
|
||||
|
||||
update.auto = {
|
||||
enable = true;
|
||||
onCalendar = "weekly";
|
||||
};
|
||||
uninstallUnmanaged = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue