my system configurations ^-^
1# Installation 2 31. Install via [graphical installer](https://nixos.org/download/) (I like to use the KDE Plasma installer) 42. Setup 5```bash 6nmtui # connect to network 7nix-shell -p "git nh" --extra-experimental-features "nix-command flakes" 8git clone https://github.com/42willow/flake 9nh os switch -H earthy --flake ./flake/ -- --extra-experimental-features "nix-command flakes" 10```