From 8f3a3a8be81e44de0ca8c2c5ab6c4c1eb52b3079 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 12 Aug 2024 19:13:15 +1200 Subject: [PATCH] docs(nixos:appearance): add credit to author --- nixos/modules/theme/generatedWallpaper.nix | 1 + nixos/options/appearance/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/nixos/modules/theme/generatedWallpaper.nix b/nixos/modules/theme/generatedWallpaper.nix index ee6b5f1..e52c818 100644 --- a/nixos/modules/theme/generatedWallpaper.nix +++ b/nixos/modules/theme/generatedWallpaper.nix @@ -1,3 +1,4 @@ +# Credit to github:misterio77/nix-colors { pkgs, config, diff --git a/nixos/options/appearance/default.nix b/nixos/options/appearance/default.nix index 2bfa092..ba198ff 100644 --- a/nixos/options/appearance/default.nix +++ b/nixos/options/appearance/default.nix @@ -55,6 +55,7 @@ in { default = 22; }; }; + # Credit to github:misterio77/nix-colors colorscheme = { name = mkOption { type = enum ["hozen" "gruvbox-material-medium"];