Add impermanence for ship of harkinian's files.
This commit is contained in:
@@ -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 ]; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user