From 2a4c959ef00fea785633afe44be0af77d6441a4b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 13 Mar 2025 11:37:10 -0700 Subject: new flake lock --- nix/modules/home/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nix/modules/home') 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 = { -- cgit v1.3