[add] nvim markdown preview and update

This commit is contained in:
2024-01-17 10:17:22 -05:00
parent 98eb00007c
commit 750b790aae
3 changed files with 11 additions and 27 deletions

View File

@@ -4,11 +4,11 @@
```bash
# Update System Channels
sudo nix-channel --add https://nixos.org/channels/nixpkgs-23.05-darwin nixpkgs
sudo nix-channel --add https://nixos.org/channels/nixpkgs-23.11-darwin nixpkgs
sudo nix-channel --update
# Update Home Manager
nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz home-manager
nix-channel --update
# Build Home Manager