Files
gooberos/modules/base/packages.nix

63 lines
921 B
Nix
Raw Normal View History

2026-03-30 00:20:36 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
btop
fastfetchMinimal
gitMinimal
htop
ncdu
nix-tree
nix-output-monitor
p7zip
unzip
zip
unrar-free
tlrc
coreutils
curl
findutils
file
gawk
gnugrep
gnused
gnutar
inetutils
jq
killall
less
lsof
nano
pciutils
unzip
usbutils
util-linux
wget
vim
zip
btop
efibootmgr
efivar
fd
fzf
fastfetchMinimal
# git
gitMinimal
gptfdisk
htop
ncdu
openssh
openssl
python3
ripgrep
tmux
tlrc
w3m
zstd
2026-04-04 18:23:05 +02:00
lshw
2026-04-26 13:06:59 +02:00
e2fsprogs
smartmontools
2026-03-30 00:20:36 +02:00
];
}