woop woop
This commit is contained in:
parent
e5eb50c0e9
commit
8f8eb20a8b
11 changed files with 575 additions and 38 deletions
13
custom/colors/flake.nix
Normal file
13
custom/colors/flake.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue