Note
You should review the configuration variables in flake.nix before installing.
nix run --experimental-features "nix-command flakes" nixpkgs#git clone https://github.com/thapasijan17/NixOS.git ~/NixOS
cd ~/NixOS
./install.sh
For a list of keybinds press Super + ? or Super + Ctrl + K
nix flake init -t ~/NixOS#NAME
or use the "new" keyword to initialise a new directory
nix flake new -t ~/NixOS#NAME PROJECT_NAME
where NAME is any of the templates defined in dev-shells/default.nix
Important
When building manually from the flake make sure to place your hardware-configuration.nix in hosts/Default/
then change the username variable in flake.nix with your username!! THIS IS IMPORTANT
afterwards run the command below
sudo nixos-rebuild switch --flake .#Default