docs(nixos:appearance): add credit to author
This commit is contained in:
parent
7f2cd7a343
commit
8f3a3a8be8
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Credit to github:misterio77/nix-colors
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@ in {
|
||||||
default = 22;
|
default = 22;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# Credit to github:misterio77/nix-colors
|
||||||
colorscheme = {
|
colorscheme = {
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
type = enum ["hozen" "gruvbox-material-medium"];
|
type = enum ["hozen" "gruvbox-material-medium"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue