diff options
Diffstat (limited to 'nix/modules/home/default.nix')
| -rw-r--r-- | nix/modules/home/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nix/modules/home/default.nix b/nix/modules/home/default.nix index 4f1e7d4..fa18632 100644 --- a/nix/modules/home/default.nix +++ b/nix/modules/home/default.nix @@ -81,7 +81,11 @@ bear clang-tools ]) else []) - ++ + ++ + (if config.monorepo.profiles.workstation.enable then (with pkgs; [ + open-webui + ]) else []) + ++ (if config.monorepo.profiles.lang-js.enable then (with pkgs; [ nodejs bun @@ -165,6 +169,7 @@ kdenlive kicad reaper + murmur ]) else []); monorepo.profiles = { |
