This repo contains my:
- NixOS machine configurations (nixosConfigurations)
- Standalone home manager configurations (homeConfigurations)
- Nix helper functions (lib)
From the root of the repo:
$ sudo nixos-rebuild switch --flake .#<hostname>
$ home-manager switch --flake .#your-username@<hostname>
Used to create a custom neovim derivation so I can have a consistent experience between projects.
To for usage details, see the implementation of the function here.