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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue