My personal dotfiles using home-manager and nix.
Inside one of the hosts
folder run the following command to rebuild the system
sudo nixos-rebuild switch --flake .
or to update home-manager
home-manager switch --flake .
- Install python first since dotbot requires it.
- Run
./install
- Update
/etc/nixos/configuration.nix
to import the filedotfiles-configuration.nix
sudo nixos-rebuild switch