From 6e12aa2a2345fc673c7f76c065cd6d50c73370e7 Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 21 Feb 2023 14:13:05 +0200 Subject: add neovim, yet to add any plugins --- mixins/cli.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mixins/cli.nix b/mixins/cli.nix index 3dce0bf..9ce9ee4 100644 --- a/mixins/cli.nix +++ b/mixins/cli.nix @@ -18,6 +18,7 @@ bat croc ]; + sessionVariables.EDITOR = "nvim"; }; programs = { ssh.enable = true; @@ -42,6 +43,11 @@ sw.body = "nixos-rebuild switch --flake git+ssh://pc/home/tzlil/newflake --use-remote-sudo"; }; }; + neovim = { + enable = true; + viAlias = true; + vimAlias = true; + }; }; }; }; -- cgit 1.4.1