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