Move all templates into flake inputs (#165)
This reduces our reliance on import-from-derivation, so evaluation is faster.
This commit is contained in:
parent
c3c9f4784b
commit
b42555850b
14 changed files with 202 additions and 51 deletions
|
|
@ -2,12 +2,7 @@
|
|||
|
||||
let
|
||||
theme = config.lib.stylix.colors {
|
||||
templateRepo = pkgs.fetchFromGitHub {
|
||||
owner = "tinted-theming";
|
||||
repo = "base16-tmux";
|
||||
rev = "30fc84afc723e027d4497a284fcae3cb75097441";
|
||||
sha256 = "JJ/eRqTayuEKrL9MBe943HpKy7yLyd2Dmes58KN1jdk=";
|
||||
};
|
||||
templateRepo = config.lib.stylix.templates.base16-tmux;
|
||||
};
|
||||
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue