Remove programming tools from everything

This commit is contained in:
Greg Hellings
2023-02-20 22:25:49 -06:00
parent 17e059c203
commit 10e3a170a3
2 changed files with 0 additions and 11 deletions
-7
View File
@@ -7,17 +7,10 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
bazel
bazel-buildtools
cargo # Rustc
cdrtools cdrtools
ffmpeg ffmpeg
gcc
gnucash gnucash
go
gopls
handbrake handbrake
jdk11
libtheora libtheora
vlc vlc
x265 x265
-4
View File
@@ -33,7 +33,6 @@
bitwarden-cli bitwarden-cli
diffutils diffutils
findutils findutils
gh
git git
gnupatch gnupatch
gregpy gregpy
@@ -42,13 +41,10 @@
jq jq
nano nano
nmap nmap
nodejs
openssl openssl
tmux tmux
transcrypt transcrypt
unzip unzip
wget wget
yamllint
#yawsso
]; ];
} }