config/modules/services/default.nix

10 lines
59 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
];
}