nixos/modules/default.nix
2023-07-06 12:59:37 +03:00

7 lines
81 B
Nix

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