{ pkgs, ... }: { # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ binutils-unwrapped cacert cloc cmake cscope disko distrobox dive doas docker-compose file fzf gcc gdb gforth git gnumake go gotools hexyl htop imagemagick jpegoptim keychain libfixposix libzip man-pages mercurial mg mutt ncdu ncurses nmap neofetch ntp openssl ops pciutils picocom pkg-config podman-compose podman-tui pwgen python311Packages.pip python3Full rlwrap sbcl scdoc silver-searcher sqlite-interactive stumpwm tailscale tcpdump texinfo texliveFull tmux tree udisks unzip usbutils.out wget woff2 # vrs libsoup_2_4 # vrs at-spi2-atk atkmm cairo pango pangomm ]; programs.nh = { enable = true; clean.enable = true; clean.extraArgs = "--keep-since 4d --keep 3"; flake = "/home/kyle/src/config/nixos"; }; }