Add basic packages and configured zsh and nvim
This commit is contained in:
12
nvim/nvim.nix
Normal file
12
nvim/nvim.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, lib, ... }: {
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
extraConfig = builtins.concatStringsSep "\n" [
|
||||
(lib.strings.fileContents ./base.vim)
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user