7 lines
81 B
Nix
7 lines
81 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
with lib;
|
|
|
|
{
|
|
imports = config.machine.services;
|
|
}
|