Moved to even more declarative setup
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
@@ -12,5 +12,7 @@
|
||||
qrencode
|
||||
sl
|
||||
upx
|
||||
android-tools
|
||||
zed-editor
|
||||
];
|
||||
}
|
||||
|
||||
@@ -19,5 +19,6 @@ in
|
||||
go
|
||||
nil
|
||||
nixd
|
||||
flutter
|
||||
];
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
ffmpeg
|
||||
tectonic
|
||||
supersonic
|
||||
];
|
||||
}
|
||||
|
||||
@@ -6,5 +6,6 @@
|
||||
nikto
|
||||
john
|
||||
rustscan
|
||||
ngrok
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user