dotfiles.nix/nixos/viridian/containers/default.nix

11 lines
82 B
Nix

{ ... }:
{
imports = [
./dashboard
./microbin
./multimedia
];
}