Clone this repository:
❯ git clone https://github.com/henrirosten/dotfiles.git
❯ cd dotfilesBootstrap nix shell with flakes and nix-command:
❯ nix-shellBuild the configuration for host hostname:
❯ nixos-rebuild build --flake .#hostnameInstall the configuration for host hostname:
❯ sudo nixos-rebuild switch --flake .#hostnameInstall Nix package manager either following the instructions from https://nixos.org/download, or by running the bootstrap script from this repository:
❯ ./bootstrap-ubuntu.shThen, start a new shell and install your user configuration:
❯ nix-shell
❯ home-manager switch --flake .#hrosten