nvim-2
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
{
|
||||
#home.packages = with pkgs; [
|
||||
#neovim
|
||||
#];
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
zsh
|
||||
#zsh
|
||||
fzf
|
||||
python3
|
||||
zsh-nix-shell
|
||||
|
||||
Reference in New Issue
Block a user