rework colors module, allow generating colors from image
This commit is contained in:
parent
6a324ed487
commit
7e614b3168
7 changed files with 157 additions and 148 deletions
|
@ -30,6 +30,14 @@
|
|||
url = "github:franciscolourenco/done";
|
||||
flake = false;
|
||||
};
|
||||
schemer2 = {
|
||||
url = "github:thefryscorer/schemer2";
|
||||
flake = false;
|
||||
};
|
||||
auto-base16-theme = {
|
||||
url = "github:makuto/auto-base16-theme";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue