Comment on
wayland was a mistake
Comment on
wayland was a mistake
Comment on
Why can't flatpaks just work
Reply in thread
You can help improve the desktop integration documentation at their GitHub repo.
Comment on
Is anyone using NixOS as their daily driver?
Reply in thread
btrfs + snapper can easily achieve the same thing. You can checkout OpenSUSE.
Comment on
What are your must-have packages?
Desktop:
Comment on
Anyone else starting to favor Flatpak over native packages?
Reply in thread
I've been using NixOS with flatpaks and distrobox and have had pretty much the same experience. NixOS provides rock solid base system, services, and CLI tools that are easy to configure and flatpaks provide the rest of the desktop applications.
One neat feature of installing eveything through flatpak is that you can update applications individually without having to upgrade the whole system.
Comment on
Which lightweight Linux Distribution with GUI would you recommend for an old Laptop ?
I would just buy a cheap RAM stick and install one of the mainstream distrobutions with KDE Plasma on it. You can turn off most of the desktop effects and unnecessary background services.
Comment on
Solidworks and other industry-class CAD software on linux
I suggest trying out Bottles. You can easily install it with one command through flatpak. I've had luck running a lot of windows only software used in hardware engineering.
Comment on
*Permanently Deleted*
I'd suggest going through the logs and seeing if anything seems amiss. On a fresh boot, run the following:
journalctl --boot
Comment on
Suggest me a distro
If you want to go for traditional distributions that don't have native rollback mechanisms, I would suggest using btrfs along with something like snapper.
Comment on
Anyone else starting to favor Flatpak over native packages?
Reply in thread
Updating individual applications is a pain on NixOS. You'd either have to override the attributes of the package (which can get quite ugly and complicated and does not always work) or pull in a new commit of nixpkgs that has the version you want which requires the download of a ton of other dependencies that were compiled for that specific commit of nixpkgs.
Flatpaks solved this problem for me and helped reduce the download size every time I wanted to update something.
Comment on
Keeping and running frequently used commands
Fish and its search functionality work great for me.
Comment on
Solidworks and other industry-class CAD software on linux
Reply in thread
I installed and used ModelSim and Intel Quartus for a couple of hardware courses that I had.
Comment on
Solidworks and other industry-class CAD software on linux
Reply in thread
I've been using system76-scheduler for a while now and it works great. You can create a profile for your desired software and all of its related processes and then assign a high priority (low niceness) to them.
Comment on
I switched from Nixos to void Linux. Here's my experience so far.
I only use nixos for my base configuration. All GUI desktop applications are installed through flatpak and development is done through distrobox.