The server issues and lack of mobile apps is why I switched back to Lemmy
Hi! I’m Alex, a.k.a. Ultra. I use NixOS btw. Gen Z, Romanian.
The server issues and lack of mobile apps is why I switched back to Lemmy
Wow, that’s terrible for security.
From how you’ve described modifying your distro, that’s literally NixOS. Your entire config is declared in a git repo, when you update the system it rebuilds it from that repo. But you’ll have to learn the nix language, and it’s not a easy-to-use, beginner-friendly distro.
Wouldn’t the password remain in the shell history? Or didn’t that exist back then?
OP, I think you gave theshatterstone54 an existential crisis…
WHY ARE YOU SCREAMING FELLOW HUMAN
You should probably try Linux Mint, or if you have an NVIDIA card, Pop!_OS
Nix(OS) go brrrrr
+1 for nix. I use it daily, and it’s great. A lot of apps are packaged in nixpkgs, too.
I’m just one of these.
(I use NixOS btw)
It’s time to switch to Linux!
Seems like a nice distro! Iwouldn’t use it because I don’t want to go back to a “regular” distro after using NixOS, but I’ll definitely recommend it to friends. Too bad it doesn’t have an RSS feed for the news…
For distributing software (nixpkgs is a flake and many projects have flakes), replacing channels (again, nixpkgs is a flake) or managing configs (check out my repo)
They’re more reproducible, they make dependency management easier, the commands you use with them are easier to use and more readable, and it’s easier to have multiple packages/systems/home-manager profiles in a single git repo. They also make version management easier
My config is in a single github repo for all of my machines and my user.
It’s really tightly integrated and just works with the nix package manager, which has a huge repo and builds packages reproducibly, so theoretically what would work on my machine would also work on yours. Also, with nix you can run software without installing it, you can have multiple versions of the same library, and there are way more benefits just from this package manager that I can’t list here.
You can iteratively test your config, apply it on a live system and roll it back. You can also use git to roll back to an older version while keeping the actual source files.
There’s no dependency hell / leftover packages after uninstalling something - what you declare in your config is what is installed, and if an app has unspecified dependencies it won’t build. I guess this would also be a part of #2
And there are probably other benefits I can’t remember.
Wow, it seems pretty cool
EDIT: why does it have 5 tracking libraries?