Skip to content

My personal dotfiles

License

Notifications You must be signed in to change notification settings

thamenato/dotfiles

Repository files navigation

dotfiles

built with nix

My personal dotfiles using home-manager and nix.

how to

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 .

fresh install

  • Install python first since dotbot requires it.
  • Run ./install
  • Update /etc/nixos/configuration.nix to import the file dotfiles-configuration.nix
  • sudo nixos-rebuild switch