nixdots/system/impermanence/default.nix

8 lines
74 B
Nix

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