Compare commits

..

No commits in common. "52cdc5a69b628c36a3b24012c6d8ec127f999eb0" and "6efa104d8fa36baa8020d38b214f25a7853b0ee7" have entirely different histories.

3 changed files with 3 additions and 10 deletions

View file

@ -95,15 +95,7 @@
services.flatpak = {
enable = true;
packages = [
"com.dec05eba.gpu_screen_recorder"
];
uninstallUnmanaged = true;
update.auto = {
enable = true;
onCalendar = "weekly";
};
};
# Enable coolercontrol to setup fancurves

View file

@ -17,7 +17,6 @@
feather
gparted
cameractrls-gtk4
delfin
];
# Install keepassxc

View file

@ -11,14 +11,16 @@
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;
};
};
}