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; [
bazel
bazel-buildtools
cdrtools
ffmpeg
gopls
jdk11
libtheora
synology-drive-client
x265
zoom-us
] ++ ( if pkgs.system == "x86_64-darwin" then
[
-7
View File
@@ -32,12 +32,8 @@ in {
home.stateVersion = "22.05";
home.packages = with pkgs; [
bazel
bazel-buildtools
bitwarden-cli
cdrtools
diffutils
ffmpeg
findutils
gh
git
@@ -45,9 +41,7 @@ in {
gregpy
hms
htop
jdk11
jq
libtheora
nmap
nano
openssl
@@ -55,7 +49,6 @@ in {
transcrypt
unzip
wget
x265
yamllint
#yawsso
];