Bit of cleanup
This commit is contained in:
@@ -3,7 +3,7 @@ _:
|
|||||||
[
|
[
|
||||||
# Development Tools
|
# Development Tools
|
||||||
"arduino-ide"
|
"arduino-ide"
|
||||||
"homebrew/cask/docker-desktop"
|
"docker-desktop"
|
||||||
"iterm2"
|
"iterm2"
|
||||||
"oracle-jdk"
|
"oracle-jdk"
|
||||||
"visual-studio-code"
|
"visual-studio-code"
|
||||||
@@ -63,7 +63,6 @@ _:
|
|||||||
"remanager"
|
"remanager"
|
||||||
"qmk-toolbox"
|
"qmk-toolbox"
|
||||||
"smartsheet"
|
"smartsheet"
|
||||||
"spamsieve"
|
|
||||||
# "sqlitestudio" # Doesn't work without Rosetta
|
# "sqlitestudio" # Doesn't work without Rosetta
|
||||||
"tigervnc"
|
"tigervnc"
|
||||||
# "virtualbox" # build error?
|
# "virtualbox" # build error?
|
||||||
|
|||||||
@@ -35,9 +35,10 @@ in
|
|||||||
|
|
||||||
casks = pkgs.callPackage ./casks.nix { };
|
casks = pkgs.callPackage ./casks.nix { };
|
||||||
onActivation = {
|
onActivation = {
|
||||||
|
# Keep activation deterministic while avoiding expensive update/upgrade on every switch.
|
||||||
cleanup = "uninstall";
|
cleanup = "uninstall";
|
||||||
autoUpdate = true;
|
autoUpdate = false;
|
||||||
upgrade = true;
|
upgrade = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# These app IDs are from using the mas CLI app
|
# These app IDs are from using the mas CLI app
|
||||||
|
|||||||
@@ -80,15 +80,12 @@ with pkgs;
|
|||||||
imagemagick
|
imagemagick
|
||||||
|
|
||||||
# Text and terminal utilities
|
# Text and terminal utilities
|
||||||
htop
|
|
||||||
hunspell
|
hunspell
|
||||||
iftop
|
iftop
|
||||||
inetutils # includes Telnet
|
inetutils # includes Telnet
|
||||||
jq
|
|
||||||
ripgrep
|
ripgrep
|
||||||
tmux
|
tmux
|
||||||
tree
|
tree
|
||||||
unrar
|
|
||||||
unzip
|
unzip
|
||||||
|
|
||||||
# Python packages
|
# Python packages
|
||||||
@@ -115,11 +112,9 @@ with pkgs;
|
|||||||
numpy
|
numpy
|
||||||
pandas
|
pandas
|
||||||
pillow
|
pillow
|
||||||
pillow
|
|
||||||
python-engineio
|
python-engineio
|
||||||
python-socketio
|
python-socketio
|
||||||
requests
|
requests
|
||||||
requests
|
|
||||||
shapely
|
shapely
|
||||||
simple-websocket
|
simple-websocket
|
||||||
tkinter
|
tkinter
|
||||||
|
|||||||
Reference in New Issue
Block a user