Move workstation stuff to GUI

This commit is contained in:
Greg Hellings
2022-11-10 08:43:06 -06:00
parent 81712358fb
commit 7c9450f60b
2 changed files with 7 additions and 7 deletions
+7
View File
@@ -9,8 +9,15 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
bazel
bazel-buildtools
cdrtools
ffmpeg
gopls gopls
jdk11
libtheora
synology-drive-client synology-drive-client
x265
zoom-us zoom-us
] ++ ( if pkgs.system == "x86_64-darwin" then ] ++ ( if pkgs.system == "x86_64-darwin" then
[ [
-7
View File
@@ -32,12 +32,8 @@ in {
home.stateVersion = "22.05"; home.stateVersion = "22.05";
home.packages = with pkgs; [ home.packages = with pkgs; [
bazel
bazel-buildtools
bitwarden-cli bitwarden-cli
cdrtools
diffutils diffutils
ffmpeg
findutils findutils
gh gh
git git
@@ -45,9 +41,7 @@ in {
gregpy gregpy
hms hms
htop htop
jdk11
jq jq
libtheora
nmap nmap
nano nano
openssl openssl
@@ -55,7 +49,6 @@ in {
transcrypt transcrypt
unzip unzip
wget wget
x265
yamllint yamllint
#yawsso #yawsso
]; ];