-
Clone repository to home directory
git clone [email protected]:amateomi/dotfiles.git ~/dotfiles
-
Change your
/etc/nixos/configuration.nix
to something like this:{ imports = [ ./hardware-configuration.nix ./dotfiles/hardware/varmilo-keyboard-fix.nix ./dotfiles/hardware/zephyrus-g14.nix ./dotfiles/software/workstation.nix ]; }
-
Create symlink:
sudo ln -s ~/dotfiles /etc/nixos/dotfiles
-
Build system:
sudo nixos-rebuild switch
Configuration creates user, but does not specify user password. This should be done manually.
Git is installed and partially configured, but SSH key must be created manually.