Files
nix-dotfiles-v2/modules/basePackages.nix
T
2026-06-01 01:54:56 +02:00

29 lines
265 B
Nix

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