1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-07 13:53:27 +02:00
home-manager/tests/modules/services/darkman/default.nix
Sumner Evans eb869521cb
darkman: allow no configuration
Closes #4779

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-03-26 14:24:49 -06:00

5 lines
116 B
Nix

{
darkman-basic-configuration = ./basic-configuration.nix;
darkman-no-configuration = ./no-configuration.nix;
}