diff --git a/modules/vim.nix b/modules/vim.nix index 4dce530..7d835da 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -4,4 +4,8 @@ environment.shellAliases.vi = "nvim"; environment.shellAliases.vim = "nvim"; environment.shellAliases.view = "nvim -R"; + + environment.systemPackages = [ + pkgs.vim-kmein + ]; }