nix-shell -p git
git clone https://github.com/scarisey/nixos-dotfiles.git
cd nixos-dotfiles
nix-shell ##the shell.nix file will activate flake feature
-
On live CD
nixos-install --flake .#hostname
-
On NixOS
sudo nixos-rebuild switch --flake .#hostname
nix --accept-flake-config run . -- switch --flake .
NixOS system configuration:
sudo nixos-rebuild switch --flake .
nix --accept-flake-config run . -- switch --flake .
Home manager configuration:
home-manager switch --flake .
or
nix run . -- switch --flake .