nix/host/desktop/default.nix

7 lines
67 B
Nix

{ ... }: {
imports = [
./Container.nix
./Filesystem.nix
];
}