My current NixOS configuration, which I use for daily driving, it is cobbled together from various online resources, primarily the Nixy repository. This repository is not intended for general use, as it is too specific to my setup. Instead, I recommend using the aforementioned Nixy repository.
- The repository is meant to be cloned into your home folder.
- Adjust the
hardware-configuration.nix
and other parts of the configuration as needed. - If you make changes, add them to Git first.
- After that, run:
to build the system.
sudo nixos-rebuild switch --flake .
- To update the system, run:
nix flake update
I have disabled Nix channels, if you want to temporarily install a program use:
sh nix shell nixpkgs#program_name