My NixOS configurations.
Use Nix to switch your NixOS system to one of the configurations.
sudo nixos-rebuild switch --flake ".#<name>"Use Nix to get a list of available NixOS configurations in the
nixosConfigurations section.
nix flake showAs per the license, you may use code from this repository to make your own
configurations. The project relies on flake-parts and import-tree flakes to
create the flake from flake modules inside ./src.
Most flake modules under ./src define either a nixosModule or a homeModule
or both. Some of the modules define glue code for various tools that I started
relying on over the years which include but are not limited to:
The project uses the just command runner for running commands and nushell for running more complicated commands on my host machines. Both expect to be ran from inside the default development shell.
Pull requests will not be accepted as these are my personal configurations.
This project is licensed under the MIT license.