dots/modules/nixos/bundles/dev.nix
wi11-holdsworth bcc0914e32 fix: deprecate zen in favour of vanilla firefox
firefox has vertical tabs now, tab grouping, and soon split view
2026-01-07 15:03:33 +11:00

18 lines
200 B
Nix

{
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
# keep-sorted start
bacon
cargo-info
devenv
just
mask
# rusty-man
vscode
# keep-sorted end
];
}