diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-15 16:52:07 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-15 16:52:07 +0200 |
commit | 2a2b418cf63c995122e590719745b60c95af379e (patch) | |
tree | 56a330f56b8133b2f8a9b9b172c9b503b16091c7 /hosts | |
parent | Direnv: Use nix-direnv to keep across gc (diff) | |
download | nixos-config-2a2b418cf63c995122e590719745b60c95af379e.tar.gz nixos-config-2a2b418cf63c995122e590719745b60c95af379e.tar.bz2 nixos-config-2a2b418cf63c995122e590719745b60c95af379e.zip |
Move neovim aliases overlay to official module
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 7 |
1 files changed, 6 insertions, 1 deletions
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 = { |