feat: added comfy ui

This commit is contained in:
Nick 2025-07-18 20:40:33 -05:00
parent 480ff8d120
commit c4f55dd01d
2 changed files with 16 additions and 1 deletions

View file

@ -20,6 +20,21 @@ in
]; ];
keyword = "Discord"; keyword = "Discord";
} }
{
name = "ComfyUI";
url = "https://civitai.com";
tags = [
"comfyui"
"comfy"
"ui"
"stable"
"diffusion"
"ai"
"art"
"generation"
];
keyword = "Comfy";
}
{ {
name = "Elm Packages"; name = "Elm Packages";
url = "https://package.elm-lang.org/packages"; url = "https://package.elm-lang.org/packages";

View file

@ -45,7 +45,7 @@ in
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"Z ${service.paths.path0} 755 ${user0} ${service.name} -" "Z ${service.paths.path0} 755 ${service.name} ${service.name} -"
]; ];
users.users.${service.name}.extraGroups = [ users.users.${service.name}.extraGroups = [