From 6de29052077fa51ccaa452ad7432dd64dc806bd2 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 30 Jan 2026 20:50:09 -0800 Subject: add more stuff to my monorepo --- nix/modules/home/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nix/modules/home/default.nix') diff --git a/nix/modules/home/default.nix b/nix/modules/home/default.nix index c3bcfbf..f8a1ad5 100644 --- a/nix/modules/home/default.nix +++ b/nix/modules/home/default.nix @@ -109,7 +109,7 @@ (if config.monorepo.profiles.lang-python.enable then (with pkgs; [ poetry python3 - python312Packages.jedi + python314Packages.python-lsp-server ]) else []) ++ (if config.monorepo.profiles.lang-sol.enable then (with pkgs; [ @@ -151,13 +151,13 @@ (if config.monorepo.profiles.lang-nix.enable then (with pkgs; [ nil nixd - nixfmt-rfc-style + nixfmt nix-prefetch-scripts ]) else []) ++ (if config.monorepo.profiles.crypto.enable then (with pkgs; [ bitcoin - electrum + # electrum monero-cli monero-gui ]) else []) @@ -168,7 +168,7 @@ ]) else []) ++ (if config.monorepo.profiles.music.enable then (with pkgs; [ - mpc-cli + mpc sox ]) else []) ++ -- cgit v1.3