nix/host/desktop/default.nix

7 lines
69 B
Nix

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