Put neovim back in system packages

This commit is contained in:
Cameron Reed 2024-01-10 16:14:23 -07:00
parent 939dba175d
commit 9ba2d0df94
2 changed files with 2 additions and 10 deletions

View File

@ -86,14 +86,10 @@ in {
programs = { programs = {
zsh.enable = true; zsh.enable = true;
neovim = {
defaultEditor = true;
viAlias = true;
vimAlias = true;
};
}; };
environment.systemPackages = (with pkgs; [ environment.systemPackages = (with pkgs; [
neovim
git git
curl curl
wget wget

View File

@ -55,16 +55,12 @@ in {
programs = { programs = {
zsh.enable = true; zsh.enable = true;
neovim = {
defaultEditor = true;
viAlias = true;
vimAlias = true;
};
}; };
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim
git git
curl curl
wget wget