hozen: add new color system

This commit is contained in:
ooks-io 2024-11-08 16:35:01 +11:00
parent 723bf4d367
commit 11bd9a3671
6 changed files with 332 additions and 373 deletions

View file

@ -7,7 +7,7 @@
inherit (inputs) nixpkgs;
inherit (lib) singleton recursiveUpdate mkDefault;
inherit (builtins) concatLists;
inherit (self) keys;
inherit (self) hozen keys;
hm = inputs.home-manager.nixosModules.home-manager;
agenix = inputs.agenix.nixosModules.default;
nixosModules = "${self}/modules/nixos";
@ -44,7 +44,7 @@
mkNixos {
specialArgs =
recursiveUpdate {
inherit keys lib inputs self inputs' self';
inherit hozen keys lib inputs self inputs' self';
}
specialArgs;
modules = concatLists [