mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 12:54:38 -05:00
9 lines
79 B
Nix
9 lines
79 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
environment.comfyuiPackages = [
|
|
pkgs.comfyui
|
|
];
|
|
}
|