11 lines
211 B
Nix
11 lines
211 B
Nix
{
|
|
description = "nix impermanence home config";
|
|
|
|
inputs.impermanence.url = "github:nix-community/impermanence";
|
|
|
|
outputs = { self, ... }: {
|
|
hmModule = import ./. { inherit self; };
|
|
};
|
|
|
|
}
|