Moved to even more declarative setup

This commit is contained in:
2026-03-18 11:05:22 -06:00
parent 202f2cf234
commit d934b6c699
7 changed files with 104 additions and 9 deletions
+3 -8
View File
@@ -5,30 +5,25 @@
enable = true;
onActivation = {
autoUpdate = true;
autoUpdate = false;
upgrade = true;
cleanup = "zap";
};
taps = [
"supersonic-app/supersonic"
"homebrew/core"
"homebrew/cask"
];
brews = [
"gamdl"
"knock"
"snort"
];
casks = [
"android-platform-tools"
"flutter"
"ghostty"
"librewolf"
"ngrok"
"pearcleaner"
"zed"
"supersonic"
"calibre"
];
};
+2
View File
@@ -12,5 +12,7 @@
qrencode
sl
upx
android-tools
zed-editor
];
}
+1
View File
@@ -19,5 +19,6 @@ in
go
nil
nixd
flutter
];
}
+1
View File
@@ -4,5 +4,6 @@
environment.systemPackages = with pkgs; [
ffmpeg
tectonic
supersonic
];
}
+1
View File
@@ -6,5 +6,6 @@
nikto
john
rustscan
ngrok
];
}