mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 06:29:41 +00:00
8 lines
105 B
Nix
8 lines
105 B
Nix
|
{ inputs, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
inputs.impermanence.nixosModules.impermanence
|
||
|
./root.nix
|
||
|
];
|
||
|
}
|