Changes
This commit is contained in:
11
modules/sioyek/home.nix
Normal file
11
modules/sioyek/home.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, ... }: {
|
||||
programs.sioyek = {
|
||||
enable = true;
|
||||
config = with config.custom.colors; {
|
||||
"background_color" = base00;
|
||||
"text_highlight_color" = base05;
|
||||
"link_highlight_color" = base0C;
|
||||
"search_highlight_color" = base0A;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user