And it felt great.
Long story short, I was looking for a new Linux distro to use (very Fediverse cliche situation, I know), and of course my first reflex was to use Reddit. However, due to the combined enshittification of both Google and Reddit, I couldn’t find relevant recent threads for my question, so I thought, let’s use some search-lemmy.
A few threads later, I was able to make my decision. I just wanted to share this with you as this is for me a very strong sign that we are moving away from Reddit for good.
Some of the threads in question:
- https://lemmy.world/post/754814
- https://lemmy.world/post/1129570
- https://lemmy.world/post/1294132
- https://lemmy.world/post/185505
And in case you wonder, it’s probably going to be OpenSUSE. Currently testing it in VirtualBox at the moment before making the jump.
Currently moving to a new distro as well! I have chosen NixOS.
Enjoy!
I’ve been using Manjaro for the last 2 years, it I’ll admit to finding NixOS interesting.
A couple of areas I have yet researched, though:
I realize that Nix is really powerful, and have even installed it and tinkered a bit with it. But it would be nice to be able to have a UI to quickly search and install packages of interest, and leave the CLI for the more nuanced package activities.
I’ve got quite a few years of experience using yum and apt. The former, about 20 years now. I use pacman mainly to do updates, and yay to install packages pacman doesn’t know about. It even in Manjaro, sometimes it’s just more convenient to use the UI package manager.
Learning my way around Nix… well, were back to the problem of infrequency. Use it once a week, and only to do the one thing, then everything else is back to googling. If there was a UI package manager to use most times, leaving the CLI for the more nuanced activities, then…
I’ve had occasion to install something on Manjaro which was only available as a set of RPMs (try/buy graphics software). I managed to get there eventually, thanks to Google.
There is some kind of UI, though from my (very limited) experience with it, it doesn’t work that great (or maybe it does, but I only skimmed it). You can search the packages on https://search.nixos.org/packages.
For example, if you search for cowsay, you will get some information on how to install it:
nix-shell -p cowsay
- install it to a temporary shell, you will have access to thecowsay
binary only in this shellnix-env -iA nixos.cowsay
- install it to your environment, this is in principle similar toapt
oryum
but IMO you should not really use it, as it beats the purpose of NixOSenvironment.systemPackages
in configuration - this is the way for permanent packages, you add it to your OS configuration and then triggernixos-rebuild switch
- this command takes your configuration and makes your system match it, meaning if you added the package to it, it would install itSo for the UI, you can use the web https://search.nixos.org/packages and for quick try-out you can run it in a temporary
nix-shell
.No idea, I’m pretty new. But I know there are some packages adapted like that, you can copy and edit the source code.
Yeah, I’ve dabbled with package searches and installs as you’ve described. Basically the intro to Nix.
For the importing of RPM or DEB packages, source would be great if it weren’t a commercial product :) Just going from memory, it was Maya.
I meant the source code of the package, not the app itself. There’s something called maya, is that it? If so, here’s the package source: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/data/fonts/gdouros/default.nix
Negative. This is Maya:
https://www.autodesk.com/products/maya/overview?term=1-YEAR&tab=subscription