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