mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 15:30:14 +00:00
more adjustments
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
name = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
description = "Color palette name (fallback when individual colors aren't specified)";
|
||||
default = null;
|
||||
default = "gruvbox";
|
||||
};
|
||||
colors = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
|
Reference in New Issue
Block a user