Also you can comb your hair with an electric comb for 10 days
yep, I mean a GUI based software centre
NixOS:
- Largest and most up to date package repository (no need for flatpack/appimage/snap ect)
- Reproducible
- Declarative
- Rollbacks you can select at boot time
- No dependency conflicts
I think it will easily be the number 1 distro if/when they can :
- the steep learning curve (e.g. have a gui installer EDIT: As in a GUI software centre)
- documentation
- have more tools use nixos and have nixos in mind (e.g. there are a couple of tools that didn't work for me because of specific C libraries not beeing present/configured on nixos that are present on other distros. some libraries implicitly expect these to be present).
Yep, Patagonia have a repair it for life guarantee.
Don't go shopping when hungry.
You could also consider: https://helix-editor.com/
It does more than vim out if the box and it has similar but different key bindings. The key bindings are more intuitive and easier to learn in my opinion.
It is missing a few features still (e.g.plugins) but I have been using helix for a while and it is really fun.
Have you set android autofill framework to use bitwarden?
That seems like an argument for maintaining a frozen repo of packages, not against containers.
I am not arguing against containers, I am arguing that nix is more reproducible. Containers can be used with nix and are useful in other ways.
an argument for maintaining a frozen repo of packages
This is essentially what nix does. In addition it verifies that the packages are identical to the packages specified in your flake.nix file.
You can only have a truly fully-reproducible build environment if you setup your toolchain to keep copies of every piece of external software so that you can do hermetic builds.
This is essentially what Nix does, except Nix verifies the external software is the same with checksums. It also does hermetic builds.
I think the DIY model doesn't include some components in the base price and that is why it is cheaper. Once you configure it to include other components it is a comparable price.
It seems the DIY option will only really save you money if you already have those components or if you buy those other components cheaply somewhere else.
You specify the kernal in the config and rebuild, reboot.
Here are the docs if you're interested: https://nixos.wiki/wiki/Linux_kernel
Yeah it is, eventually they want UV to have feature parity with rye and rye will basically just be a pointer to UV