pkg(nixvim): Refactor ui module for nixvim
This commit is contained in:
parent
3948d2b53d
commit
dbb0d61937
4 changed files with 97 additions and 9 deletions
7
pkgs/nixvim/ui/colorschemes.nix
Normal file
7
pkgs/nixvim/ui/colorschemes.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
colorschemes.gruvbox = {
|
||||
enable = true;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue