- Format
- Partition
- Luks encryption
- Install regular NIXOS // TODO
- Clone repo to ~./config/nix
- Switch to this repo/flake
-
Clone repo to ~/.config/nix
-
Create
private.nix
{ ... }: { programs.git.userEmail = "user@email"; }
-
nix shell -p home-manager
1.NIXPKGS_ALLOW_UNFREE=1 home-manager switch --flake .#{output} --extra-experimental-features "nix-command flakes"