This commit is contained in:
Tim Schubert 2020-12-25 17:06:59 +01:00
parent 7b19e1b2cc
commit 4724f264dd
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13

View file

@ -1,4 +1,10 @@
{ config, lib, pkgs, colors, ... }: {
config,
lib,
pkgs,
colors ? ../../lib/colors.nix,
...
}:
with lib; with lib;
let let
cfg = config.dadada.termite; cfg = config.dadada.termite;