diff --git a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix index 08f056f..2535fb3 100755 --- a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix +++ b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix @@ -20,6 +20,21 @@ in ]; keyword = "Discord"; } + { + name = "ComfyUI"; + url = "https://civitai.com"; + tags = [ + "comfyui" + "comfy" + "ui" + "stable" + "diffusion" + "ai" + "art" + "generation" + ]; + keyword = "Comfy"; + } { name = "Elm Packages"; url = "https://package.elm-lang.org/packages"; diff --git a/systems/ceres/config/comfyui.nix b/systems/ceres/config/comfyui.nix index 0a39cb8..a9ad410 100755 --- a/systems/ceres/config/comfyui.nix +++ b/systems/ceres/config/comfyui.nix @@ -45,7 +45,7 @@ in }; 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 = [