mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +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 = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
colorschemes.ayu.enable = true;
|
colorschemes.moonfly = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
opts = {
|
opts = {
|
||||||
number = true;
|
number = true;
|
||||||
relativenumber = true;
|
relativenumber = true;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = true;
|
icons_enabled = true;
|
||||||
theme = "ayu_dark";
|
theme = "moonfly";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue