Files
imladris/configs/pkgs.nix
Kyle Isom 89a37a913f splitting out vrs stuff
nothing is using this right, not sure if vrs is buildable right now
2025-11-30 15:54:03 -08:00

90 lines
1.3 KiB
Nix

{ pkgs, inputs, ... }:
{
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
autoconf
automake
binutils-unwrapped
cacert
cloc
cmake
cscope
disko
distrobox
dive
doas
docker-compose
file
fzf
gcc
gdb
gforth
git
gnumake
go
goreleaser
gotools
hexyl
htop
imagemagick
inputs.ke.packages.x86_64-linux.default
inputs.kte.packages.x86_64-linux.default
jpegoptim
keychain
libfixposix
libzip
libtool
libvterm
man-pages
maxima
mercurial
mg
mutt
ncdu
ncurses
nmap
neofetch
ntp
offpunk
openssl
ops
pandoc
pciutils
picocom
pkg-config
pkgconf
podman-compose
podman-tui
pwgen
python312Packages.pip
# python3Full -- removed in 25.11
rlwrap
sbcl
scdoc
silver-searcher
sqlite-interactive
stumpwm
tailscale
tcpdump
texinfo
texliveFull
tmux
tree
udisks
unzip
usbutils.out
uv
wget
woff2
];
programs.nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/kyle/src/config/nixos";
};
}