mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 16:40:14 +00:00
fix warnings for flame
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
colors = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
description = "Base16 color scheme.";
|
||||
default = (import ../colorscheme/gruvbox).dark;
|
||||
default = (import ../../colorscheme/gruvbox).dark;
|
||||
};
|
||||
mode = lib.mkOption {
|
||||
type = lib.types.enum [
|
||||
|
Reference in New Issue
Block a user