Files
nix-dotfiles-v2/modules/basePackages.nix
2026-02-02 11:21:26 +01:00

32 lines
284 B
Nix

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