1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-04 20:33:27 +02:00
home-manager/tests/modules/services/gromit-mpx/default-configuration.nix

11 lines
196 B
Nix
Raw Normal View History

2019-02-24 20:33:56 +01:00
{ config, pkgs, ... }:
{
services.gromit-mpx = {
enable = true;
package = config.lib.test.mkStubPackage { };
};
nmt.script = import ./nmt-script.nix ./default-configuration.cfg;
}