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
3760b9d082
commit
3df728d528
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = [
|
pkgs,
|
||||||
pkgs.comfyuiPackages
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
environment.comfyuiPackages = [
|
||||||
|
pkgs.comfyui
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue