nixdots/system/impermanence/default.nix

7 lines
55 B
Nix

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