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
480ff8d120
commit
c4f55dd01d
2 changed files with 16 additions and 1 deletions
|
@ -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";
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue