Files
Olympus/home/impermanence/flake.nix
2024-10-10 11:01:59 -05:00

11 lines
211 B
Nix

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