drafted out impermanence for defiant

This commit is contained in:
Leyla Becker 2024-11-11 17:17:50 -06:00
parent 818110419e
commit 22f6a37ea8
5 changed files with 182 additions and 46 deletions

View file

@ -23,6 +23,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
impermanence = {
url = "github:nix-community/impermanence";
};
# users home directories
home-manager = {
url = "github:nix-community/home-manager";
@ -49,6 +53,7 @@
outputs = {
nixpkgs,
disko,
impermanence,
nixos-hardware,
home-manager,
...
@ -102,6 +107,7 @@
specialArgs = {inherit inputs lib;};
modules = [
./overlays
impermanence.nixosModules.impermanence
disko.nixosModules.disko
home-manager.nixosModules.home-manager
home-manager-config