Bit of cleanup

This commit is contained in:
Olaf
2026-07-30 17:41:24 +02:00
parent 483712a34c
commit 17070a9a51
3 changed files with 4 additions and 9 deletions
+1 -2
View File
@@ -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?
+3 -2
View File
@@ -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
-5
View File
@@ -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