fix(rpi4): add neovim
This commit is contained in:
parent
fc2ce21030
commit
b1ea42c5a2
|
@ -20,6 +20,13 @@
|
||||||
|
|
||||||
programs.gpg.enable = true;
|
programs.gpg.enable = true;
|
||||||
|
|
||||||
|
home.sessionVariables = with pkgs; {
|
||||||
|
EDITOR = "nvim";
|
||||||
|
};
|
||||||
|
programs.neovim.enable = true;
|
||||||
|
programs.neovim.viAlias = true;
|
||||||
|
programs.neovim.vimAlias = true;
|
||||||
|
|
||||||
programs.git.defaultProfile = "private";
|
programs.git.defaultProfile = "private";
|
||||||
|
|
||||||
xdg.configFile."nixpkgs/config.nix".text = ''
|
xdg.configFile."nixpkgs/config.nix".text = ''
|
||||||
|
|
Loading…
Reference in a new issue