diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/kenosis/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/kenosis/configuration.nix b/hosts/kenosis/configuration.nix index 637db89..8c2df15 100644 --- a/hosts/kenosis/configuration.nix +++ b/hosts/kenosis/configuration.nix @@ -2,7 +2,7 @@ config, pkgs, inputs, - customNeovim, + nvim, ... }: { networking = { @@ -35,7 +35,7 @@ librewolf lazygit fastfetch - customNeovim.neovim + nvim.neovim git go-swag blender |
