mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
vimdiff alias
This commit is contained in:
parent
796ac4cdda
commit
23bd15c6cd
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
|
vimdiffAlias = true;
|
||||||
extraPackages = import ./config/servers.nix { inherit pkgs; };
|
extraPackages = import ./config/servers.nix { inherit pkgs; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue