mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
feat(nixvim): set moonfly as the new colorscheme
This commit is contained in:
parent
ae0d590f53
commit
7dba818aca
2 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,9 @@
|
|||
programs.nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
colorschemes.ayu.enable = true;
|
||||
colorschemes.moonfly = {
|
||||
enable = true;
|
||||
};
|
||||
opts = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
settings = {
|
||||
options = {
|
||||
icons_enabled = true;
|
||||
theme = "ayu_dark";
|
||||
theme = "moonfly";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue