home: set editor envvars
This commit is contained in:
parent
0a52566295
commit
aeb9014815
|
@ -5,12 +5,19 @@
|
|||
./zsh.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
bottom
|
||||
unstable.ncdu
|
||||
neofetch
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
};
|
||||
};
|
||||
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
|
Loading…
Reference in New Issue