From e8711cb52c7e6b936a4c740167178c84ccf8acf0 Mon Sep 17 00:00:00 2001 From: harry Date: Fri, 16 Aug 2024 17:41:07 +0200 Subject: [PATCH] fixed typo --- hosts/sisyphe/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sisyphe/configuration.nix b/hosts/sisyphe/configuration.nix index 3bb205c..857b665 100644 --- a/hosts/sisyphe/configuration.nix +++ b/hosts/sisyphe/configuration.nix @@ -61,7 +61,7 @@ environment.systemPackages = with pkgs; [ git - nvim + neovim curl ];