Move all templates into flake inputs (#165)

This reduces our reliance on import-from-derivation, so evaluation is faster.
This commit is contained in:
Bernardo Meurer 2023-10-10 05:44:54 -04:00 committed by GitHub
parent c3c9f4784b
commit b42555850b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 202 additions and 51 deletions

View file

@ -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 {