oops it's been a minute

This commit is contained in:
atagen 2024-11-06 09:53:19 +11:00
parent 5f434b1979
commit 55013f738c
22 changed files with 468 additions and 323 deletions

View file

@ -3,8 +3,11 @@
pkgs,
lib,
config,
mainUser,
...
}: {
inherit mainUser;
imports = [
./home.nix
./util/local-webapp.nix
@ -15,16 +18,14 @@
inputs.comfyui.homeManagerModules.comfyui
];
mainUser = "bolt";
home.packages = with pkgs; [
nicotine-plus
];
programs.comfyui = {
enable = true;
enable = false;
storage = "/home/${config.mainUser}/.local/share/comfyui/";
plugins = let
plugins = let
inherit (pkgs.comfyui-plugins) gguf openpose;
in [
gguf