summaryrefslogtreecommitdiff
path: root/nix/modules/home/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/home/default.nix')
-rw-r--r--nix/modules/home/default.nix8
1 files changed, 4 insertions, 4 deletions
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 [])
++