Compare commits
2 commits
6efa104d8f
...
52cdc5a69b
| Author | SHA1 | Date | |
|---|---|---|---|
| 52cdc5a69b | |||
| 59fb7a74e8 |
3 changed files with 10 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
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
feather
|
||||
gparted
|
||||
cameractrls-gtk4
|
||||
delfin
|
||||
];
|
||||
|
||||
# Install keepassxc
|
||||
|
|
|
|||
|
|
@ -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