Files
nix-dotfiles-v2/modules/basePackages.nix
T
2026-07-20 13:46:41 +02:00

33 lines
299 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
unixtools
];
}