summaryrefslogtreecommitdiff
path: root/nix/modules/home
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-03-13 11:37:10 -0700
committerPreston Pan <ret2pop@gmail.com>2025-03-13 11:37:10 -0700
commit2a4c959ef00fea785633afe44be0af77d6441a4b (patch)
tree0cd6505ee3c3969effe2bafadf0620de6fd9e2cb /nix/modules/home
parentba6373ebfbcafc99ce7a4fa100b2a26fc3bc2731 (diff)
new flake lock
Diffstat (limited to 'nix/modules/home')
-rw-r--r--nix/modules/home/default.nix7
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 = {