nix/host/desktop/default.nix

7 lines
67 B
Nix
Raw Normal View History

2024-03-29 09:05:08 +03:00
{ ... }: {
imports = [
2024-06-01 10:37:49 +03:00
./Container.nix
2024-03-29 09:05:08 +03:00
./Filesystem.nix
];
}