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