docs(nixos:appearance): add credit to author

This commit is contained in:
ooks-io 2024-08-12 19:13:15 +12:00
parent 7f2cd7a343
commit 8f3a3a8be8
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# Credit to github:misterio77/nix-colors
{ {
pkgs, pkgs,
config, config,

View file

@ -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"];