Put neovim back in system packages
This commit is contained in:
parent
939dba175d
commit
9ba2d0df94
@ -86,14 +86,10 @@ in {
|
||||
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
neovim = {
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = (with pkgs; [
|
||||
neovim
|
||||
git
|
||||
curl
|
||||
wget
|
||||
|
@ -55,16 +55,12 @@ in {
|
||||
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
neovim = {
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
git
|
||||
curl
|
||||
wget
|
||||
|
Loading…
Reference in New Issue
Block a user