Move workstation stuff to GUI
This commit is contained in:
@@ -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
|
||||||
[
|
[
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user