Configurations for my machines. ## nixos To rebuild the host: ``` sh sudo nixos-rebuild switch --flake . ``` or ``` sh nix-rebuild-host ``` ## home-manager To rebuild the configuration for `home-manager`: ``` sh home-manager switch --flake . ``` ## update flakes To update the flakes: ``` sh nix flake update ``` ## templates To use one of the template, run: ``` sh nix flake init -t .#rust nix flake init -t .#go ```