From 296a3c64536a789320bc923e8f81ced960865c0b Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Tue, 21 May 2024 13:34:15 +0200 Subject: [PATCH] typo nvim neovim --- fileserver/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fileserver/configuration.nix b/fileserver/configuration.nix index 3fe474b..a68ce81 100644 --- a/fileserver/configuration.nix +++ b/fileserver/configuration.nix @@ -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 ];