Re-enable vscode, add tools:

- larynx (text-to-speech)
- scid-vs-pc (chess database)
- noisetorch (noise cancellation)
This commit is contained in:
Erwin Boskma 2023-03-13 15:43:18 +01:00
parent 25d66ffa4a
commit 527081f939
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -92,7 +92,7 @@ in
enable = true;
package = pkgs.rofi-wayland;
};
vscode.enable = false;
vscode.enable = true;
solvespace.enable = true;
ssh.enable = true;
sway.enable = true;
@ -139,6 +139,7 @@ in
iotop
(jetbrains.clion.override { jdk = pkgs.jetbrains.jdk; })
kicad
larynx
libnotify
libreoffice-fresh
minio-client
@ -152,6 +153,7 @@ in
prusa-slicer
qgis
ripgrep
scid-vs-pc
signal-desktop
solo2-cli
steam
@ -248,6 +250,7 @@ in
programs.steam.enable = true;
programs.bandwhich.enable = true;
programs.noisetorch.enable = true;
services.ddccontrol.enable = true;