Files
nix-dotfiles-v2/modules/basePackages.nix
2025-12-15 20:53:04 +01:00

27 lines
232 B
Nix

{
config,
pkgs,
lib,
...
}:
{
environment.systemPackages = with pkgs; [
vim
git
wget
htop
busybox
nixfmt-rfc-style
nixfmt-tree
zip
unzip
ripgrep
eza
fastfetch
];
}