mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
colorschemes/base16: move to dedicated folder
This commit is contained in:
parent
4ab65ca95a
commit
4fd3cd1203
3 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
with lib; let
|
||||
cfg = config.colorschemes.base16;
|
||||
themes = import ./base16-list.nix;
|
||||
themes = import ./theme-list.nix;
|
||||
in {
|
||||
options = {
|
||||
colorschemes.base16 = {
|
|
@ -6,7 +6,7 @@
|
|||
./bufferlines/navic.nix
|
||||
|
||||
./colorschemes/ayu.nix
|
||||
./colorschemes/base16.nix
|
||||
./colorschemes/base16
|
||||
./colorschemes/catppuccin.nix
|
||||
./colorschemes/dracula.nix
|
||||
./colorschemes/gruvbox.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue