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