nixos/modules/default.nix

7 lines
60 B
Nix
Raw Normal View History

2023-07-05 18:17:24 +04:00
{ config, pkgs, lib, ...}:
{
imports = [
./mpd
];
}