Re-enable vscode, add tools:
- larynx (text-to-speech) - scid-vs-pc (chess database) - noisetorch (noise cancellation)
This commit is contained in:
parent
25d66ffa4a
commit
527081f939
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue