typo nvim neovim

This commit is contained in:
Geir Okkenhaug Jerstad 2024-05-21 13:34:15 +02:00
parent 3bf74bdc3a
commit 296a3c6453

View file

@ -71,7 +71,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
emacs nvim zellij
emacs neovim zellij
zfs htop bottom fastfetch tmux
wget curl git
];