Files
nix-dotfiles-v2/modules/basePackages.nix
T
2026-07-25 12:46:00 +02:00

32 lines
285 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
screen
];
}