vim, zsh
This commit is contained in:
7
modules/vim.nix
Normal file
7
modules/vim.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
environment.variables.EDITOR = lib.getExe pkgs.vim-kmein;
|
||||
environment.shellAliases.vi = "nvim";
|
||||
environment.shellAliases.vim = "nvim";
|
||||
environment.shellAliases.view = "nvim -R";
|
||||
}
|
||||
Reference in New Issue
Block a user