diff --git a/README.md b/README.md index 56426dd..09c9a06 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # dotfiles +The canonical version of this repo lives on my personal git server at +[https://git.alejandr0angul0.dev/alejandro-angulo/dotfiles](https://git.alejandr0angul0.dev/alejandro-angulo/dotfiles). + My nix configuration. The name of this repo is a bit of a misnormer since I'm no longer managing dotfiles with a tool like stow. @@ -8,20 +11,6 @@ longer managing dotfiles with a tool like stow. To apply a system configuration, run `nixos-rebuild switch`. See `nixos-rebuild --help` for more information. -## Development - -Set up `direnv` - -```bash -echo 'use flake' > .envrc && direnv allow -``` - -And setup pre-commit hooks - -```bash -pre-commit install -``` - ## Inspiration Heavily inspired by Jake Hamilton's configuration: