Personal set of Nix, NixOS and home-manager configurations, for declarative management of devices
- Applying NixOS config:
sudo nixos-rebuild switch --flake .#hostname
- For bootstraping from Live image:
nixos-install --flake github.com/eaglesemanation/nix-config#hostname
- For bootstraping from Live image:
- Applying home-manager config:
home-manager switch --flake .#username@hostname
- For bootstraping home-manager:
nix shell nixpkgs#home-manager
- For bootstraping home-manager:
This repo is created from Misterio77 template