From 2a2b418cf63c995122e590719745b60c95af379e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 15 Jul 2022 16:52:07 +0200 Subject: Move neovim aliases overlay to official module --- hosts/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hosts/configuration.nix') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 9913f35..55826ef 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -87,7 +87,6 @@ usbutils pciutils gnupg - neovim comma ]; @@ -109,6 +108,12 @@ programs = { ssh.askPassword = ""; + neovim = { + enable = true; + viAlias = true; + vimAlias = true; + }; + light.enable = true; firejail = { -- cgit 1.4.1