feat(homeModules): add stableDiffusionWebUi

This commit is contained in:
Mohammad Rafiq 2025-05-20 19:48:19 +08:00
parent 48c80b9d95
commit 2100857817
No known key found for this signature in database
3 changed files with 105 additions and 9 deletions

View file

@ -15,6 +15,8 @@
nvf.url = "github:notashelf/nvf";
nvf.inputs.nixpkgs.follows = "nixpkgs";
nixspect.url = "github:rrvsh/nixspect";
stable-diffusion-webui-nix.url = "github:Janrupf/stable-diffusion-webui-nix/main";
stable-diffusion-webui-nix.inputs.nixpkgs.follows = "nixpkgs";
};
outputs =
@ -23,6 +25,9 @@
inherit inputs;
src = ./.;
snowfall.namespace = "pantheon";
overlays = with inputs; [
stable-diffusion-webui-nix.overlays.default
];
systems.modules.nixos = with inputs; [
disko.nixosModules.disko
impermanence.nixosModules.impermanence