aboutsummaryrefslogblamecommitdiff
path: root/modules/systems/software.nix
blob: d0dbf2e81c0f5b97eb196ce9f3a0dba37ce4b4bd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12




                                           
             





              
               
      
           






            

            
       
        
    
 
{pkgs, config, lib, ...}:

{
  environment.systemPackages = with pkgs; [
    curl
    dmidecode
    git
    htop
    hwdata
    iftop
    iptraf-ng
    lm_sensors
    lsb-release
    mg
    openssl
    parted
    pciutils
    rsync
    strace
    tcpdump
    tmux
    unzip
    unzip
    usbutils
    vim
    wget
  ];
}