nixdots/system/shared/impermanence/default.nix
2024-07-27 01:07:07 +02:00

7 lines
72 B
Nix

{inputs, ...}: {
imports = [
./root.nix
./autowipe.nix
];
}