nixos/modules/default.nix

7 lines
75 B
Nix

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