No description
- Nix 94%
- Shell 6%
| home | ||
| hosts | ||
| scripts | ||
| secrets | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
minmos NixOS Dotfiles
Minimal NixOS and Home Manager configuration using Nix Flakes.
Bootstrapping a New Machine
To apply the configuration on a new NixOS system before Flakes are permanently enabled:
sudo NIX_CONFIG="experimental-features = nix-command flakes" nixos-rebuild switch --flake .#vm
System Update
Once the configuration is active, you can rebuild and update using the custom update script:
sys-update