mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 07:29:43 +00:00
8 lines
74 B
Nix
8 lines
74 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
./root.nix
|
|
./autowipe.nix
|
|
];
|
|
}
|