set $EDITOR to neovim
This commit is contained in:
parent
2383b38858
commit
7c607c805f
2 changed files with 11 additions and 9 deletions
|
@ -4,11 +4,17 @@
|
|||
nixpkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
git
|
||||
curl
|
||||
];
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
neovim
|
||||
git
|
||||
curl
|
||||
];
|
||||
|
||||
variables = {
|
||||
EDITOR = lib.getExe pkgs.neovim;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
ssh.startAgent = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue