nixfiles/home/programs/default.nix

8 lines
63 B
Nix

{...}:
{
imports = [
./comma.nix
./mopidy.nix
];
}