mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: added comfy ui
This commit is contained in:
parent
3df728d528
commit
75b55493fe
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,15 @@
|
|||
{
|
||||
pkgs,
|
||||
flake,
|
||||
...
|
||||
}:
|
||||
let
|
||||
pkgs = import flake.inputs.nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
overlays = [
|
||||
flake.inputs.nix-comfyui.overlays.default
|
||||
];
|
||||
};
|
||||
in
|
||||
{
|
||||
environment.comfyuiPackages = [
|
||||
pkgs.comfyui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue