diff options
Diffstat (limited to 'hosts/configuration.nix')
-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 = { |