ADD minimal neovim configuration
This commit is contained in:
parent
aca6464f5b
commit
086d9760bc
|
@ -31,5 +31,8 @@
|
|||
source = ./configs/zellij;
|
||||
};
|
||||
};
|
||||
home.sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
graphviz
|
||||
evince
|
||||
kdeconnect
|
||||
neovim
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"ferdi-5.8.1"
|
||||
|
|
|
@ -11,6 +11,5 @@ programs.neovim = {
|
|||
gruvbox-material
|
||||
mini-nvim
|
||||
];
|
||||
defaultEditor = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue