enable colorscheme
This commit is contained in:
parent
40fa5b90e6
commit
0015636850
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
_:{
|
||||
{pkgs, ...}: {
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
colorscheme = "dracula";
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
dracula-nvim
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue