woop woop

This commit is contained in:
Noa Aarts 2024-03-10 20:26:47 +01:00
parent e5eb50c0e9
commit 8f8eb20a8b
11 changed files with 575 additions and 38 deletions

13
custom/colors/flake.nix Normal file
View 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;
};
}