mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
home-manager kat user refactor
This commit is contained in:
parent
b1f27aa74d
commit
1230ff387b
13 changed files with 34 additions and 82 deletions
|
|
@ -8,9 +8,9 @@
|
|||
}@args: let
|
||||
colorHelpers = import ./color-helpers.nix { inherit lib; };
|
||||
lib = before // katlib // self;
|
||||
katlib = with before; with katlib; with self;
|
||||
katlib = with before; with katlib; with self;
|
||||
{
|
||||
inherit (colorHelpers) hextorgba;
|
||||
hostImport = import ./host-import.nix { inherit lib; };
|
||||
modList = import ./module-list.nix;
|
||||
modList = import ./module-list.nix { inherit lib; };
|
||||
}; in katlib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue