mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-24 18:09:02 +00:00
7 lines
74 B
Nix
7 lines
74 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
./root.nix
|
|
./autowipe.nix
|
|
];
|
|
}
|