This commit is contained in:
2024-02-19 13:32:49 +01:00
parent 269aedcc0e
commit 08ff87952c
5 changed files with 64 additions and 78 deletions

View File

@ -1,3 +1,4 @@
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install
# Run the following command to begin
```
curl -s https://raw.githubusercontent.com/vleeuwenmenno/dotfiles/master/setup.sh | bash
```