2021-02-07 21:00:09 +01:00
|
|
|
{ pkgs, ... }:
|
|
|
|
let
|
|
|
|
srcs = import ./srcs.nix;
|
|
|
|
in
|
2021-01-31 19:47:54 +01:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./wordclock-dimmer/module.nix
|
2021-02-07 21:00:09 +01:00
|
|
|
"${srcs.bang-evaluator}/module.nix"
|
2021-02-20 12:36:46 +01:00
|
|
|
"${srcs.aria2_exporter}/module.nix"
|
2021-01-31 19:47:54 +01:00
|
|
|
];
|
|
|
|
}
|