Add impermanence for ship of harkinian's files.

This commit is contained in:
Tom Alexander
2025-02-13 20:10:59 -05:00
parent 48fa3c7436
commit cac15febfa
3 changed files with 31 additions and 1 deletions

View File

@@ -9,12 +9,16 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
impermanence = {
url = "github:nix-community/impermanence";
};
};
outputs =
{
nixpkgs,
nixgl,
home-manager,
impermanence,
...
}:
let
@@ -33,9 +37,10 @@
extraSpecialArgs = { inherit nixgl; };
modules = [
{ nixpkgs.overlays = [ nixgl.overlay ]; }
impermanence.homeManagerModules.impermanence
./hosts/deck
./home.nix
{ nixpkgs.overlays = [ nixgl.overlay ]; }
];
};
};