- Install NixOS
- Clone this repo
- Inside the folder run
sudo nixos-rebuild switch --flake .#SYSTEM_NAME
- Continue with User Install
User install can be used on any system which can install the nix package manager. I.e.: ubuntu, fedora, etc.
-
nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager
-
nix-channel --update
Might have to log out before the next step
-
nix-shell '<home-manager>' -A install
-
home-manager switch --flake .