1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00
home-manager/tests/modules/programs/autorandr/default.nix
Robert Helgesson ef4370bedc
tests: allow testing assertions
By default tests are expected to produce no assertion.

This also updates the existing tests to match.
2021-02-07 22:48:22 +01:00

5 lines
98 B
Nix

{
autorandr-basic-configuration = ./basic-configuration.nix;
autorandr-scale = ./scale.nix;
}