85 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ pkgs, lib, config, ... }:
 | 
						|
 | 
						|
{
 | 
						|
  environment.systemPackages = with pkgs; [
 | 
						|
    exfat
 | 
						|
    exfatprogs
 | 
						|
    zellij
 | 
						|
    wget
 | 
						|
    killall
 | 
						|
    gnumake
 | 
						|
    smartmontools
 | 
						|
    git
 | 
						|
    p7zip
 | 
						|
    zip
 | 
						|
    gzip
 | 
						|
    usbutils
 | 
						|
    binutils
 | 
						|
    eza
 | 
						|
    nushell
 | 
						|
    yt-dlp
 | 
						|
    bat
 | 
						|
    rsync
 | 
						|
    jq
 | 
						|
    ripgrep
 | 
						|
    fd
 | 
						|
    socat
 | 
						|
    ffmpeg-full
 | 
						|
    imagemagick
 | 
						|
    libheif
 | 
						|
    trash-cli
 | 
						|
    htop
 | 
						|
    btop
 | 
						|
    nvtopPackages.full
 | 
						|
    bc 
 | 
						|
    sysstat
 | 
						|
    procs
 | 
						|
    pandoc
 | 
						|
    samba
 | 
						|
    pinentry
 | 
						|
    pinentry-qt
 | 
						|
    # caffeine-ng
 | 
						|
    hunspell
 | 
						|
    hunspellDicts.en_US-large
 | 
						|
    openssh
 | 
						|
    openssl
 | 
						|
    xdg-utils
 | 
						|
    hardinfo2
 | 
						|
    # scribus
 | 
						|
    brightnessctl
 | 
						|
    mpc-cli
 | 
						|
    # ungoogled-chromium
 | 
						|
    brave
 | 
						|
    kdePackages.kwallet-pam
 | 
						|
    aria2
 | 
						|
    kdePackages.kwallet
 | 
						|
    # nerd-fonts.victor-mono
 | 
						|
    glxinfo
 | 
						|
    vulkan-tools
 | 
						|
    wayland-utils
 | 
						|
    nextcloud-client
 | 
						|
    papirus-icon-theme
 | 
						|
    phinger-cursors
 | 
						|
    gzip
 | 
						|
    # virt-viewer
 | 
						|
    # inkscape
 | 
						|
    libreoffice-qt6-fresh
 | 
						|
    vlc
 | 
						|
    any-nix-shell
 | 
						|
    wtype
 | 
						|
    xdotool
 | 
						|
    bluez-tools
 | 
						|
    lxappearance
 | 
						|
    mediainfo
 | 
						|
    libmediainfo
 | 
						|
    rubberband
 | 
						|
    # texlive.combined.scheme-full
 | 
						|
    pamixer
 | 
						|
    playerctl
 | 
						|
    # gimp
 | 
						|
    power-profiles-daemon
 | 
						|
    python3
 | 
						|
    wireguard-tools
 | 
						|
    # cosmic-settings
 | 
						|
  ];
 | 
						|
}
 |