nixconf/custom/colors/flake.nix
2024-03-10 20:26:47 +01:00

13 lines
262 B
Nix

{
description =
"a home-manager module to make theming easier.";
inputs = {
nixpkgs-lib.url = "github:nix-community/nixpkgs.lib";
};
outputs = { self, nixpkgs-lib, color-schemes }:
import ./. {
nixpkgs-lib = nixpkgs-lib.lib;
};
}