Files
nix-dotfiles-v2/modules/basePackages.nix
T
2026-06-16 13:21:26 +02:00

30 lines
273 B
Nix

{
config,
pkgs,
lib,
...
}:
{
environment.systemPackages = with pkgs; [
git
vim
wget
bottom
nvtopPackages.full
uutils-coreutils
nixfmt
nixfmt-tree
zip
unzip
ripgrep
eza
fastfetch
ffmpeg
rsync
];
}