mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
10 lines
196 B
Nix
10 lines
196 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
services.gromit-mpx = {
|
|
enable = true;
|
|
package = config.lib.test.mkStubPackage { };
|
|
};
|
|
|
|
nmt.script = import ./nmt-script.nix ./default-configuration.cfg;
|
|
}
|