nvim: add separate config files for most plugins
This commit is contained in:
parent
9db80c9673
commit
04dacde028
25 changed files with 294 additions and 291 deletions
|
|
@ -63,7 +63,6 @@ in
|
|||
fish.enable = true;
|
||||
git.enable = true;
|
||||
gpg.enable = true;
|
||||
vim.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -105,6 +104,7 @@ in
|
|||
up
|
||||
viu
|
||||
wget
|
||||
vim
|
||||
];
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ with lib; {
|
|||
hub.enable = true;
|
||||
ledger.enable = true;
|
||||
logseq.enable = true;
|
||||
nvim.enable = true;
|
||||
python.versions."311".enable = true;
|
||||
ssh = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue