1

Lib: Add color functions

This commit is contained in:
2024-10-14 17:13:01 +02:00
parent b79fe290c9
commit 4e346fe42f
2 changed files with 134 additions and 0 deletions

View File

@ -12,4 +12,5 @@
networking = import ./networking.nix {inherit inputs pkgs lib;};
rofi = import ./rofi.nix {inherit inputs pkgs lib;};
generators = import ./generators.nix {inherit inputs pkgs lib;};
color = import ./color.nix {inherit inputs pkgs lib;};
}