Major rework in progress

This commit is contained in:
2024-10-10 11:01:59 -05:00
parent 35d920744f
commit f11a6ab86e
26 changed files with 742 additions and 253 deletions

View File

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