No description
| .github/workflows | ||
| modules | ||
| systems | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| update.sh | ||
dotfiles
My nix configuration. The name of this repo is a bit of a misnormer since I'm no longer managing dotfiles with a tool like stow.
Usage
To apply a system configuration, run nixos-rebuild switch. See nixos-rebuild --help for more information.
Development
Set up direnv
echo 'use flake' > .envrc && direnv allow
And setup pre-commit hooks
pre-commit install