I’m between distros and looking for a new daily driver for my laptop. What are people daily driving these days? Are there any new cool things to try?
I have been using linux mint recently. I have used nixos and arch in the past. Personally, linux mint uses flatpacks too much for my liking. Although, I might have a warped perspective after using arch. (the aur is crazy big)
That’s great to hear. Maybe I’ll give Silverblue a try
Sounds good. I don’t think the automatic background updates are enabled by default, at least they weren’t when I last installed it. To enable:
/etc/rpm-ostreed.conf
and setAutomaticUpdatePolicy=stage
rpm-ostree reload
systemctl enable rpm-ostreed-automatic.timer --now
Also, consider disabling GNOME Software’s management of flatpaks with the following:
The flatpaks will continue to be updated by the backend system, but you’ll no longer have to deal with the sluggish frontend UI to keep things up to date.
I will keep that in mind, thank you