92 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			92 lines
		
	
	
	
		
			1.4 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
 | 
						|
    calamares
 | 
						|
    calamares-nixos
 | 
						|
    calamares-nixos-extensions
 | 
						|
    # scribus
 | 
						|
    brightnessctl
 | 
						|
    mpc-cli
 | 
						|
    ungoogled-chromium
 | 
						|
    brave
 | 
						|
    # google-chrome
 | 
						|
    kdePackages.kwallet-pam
 | 
						|
    aria2
 | 
						|
    kdePackages.kwallet
 | 
						|
    glxinfo
 | 
						|
    vulkan-tools
 | 
						|
    wayland-utils
 | 
						|
    nextcloud-client
 | 
						|
    papirus-icon-theme
 | 
						|
    phinger-cursors
 | 
						|
    gzip
 | 
						|
    virt-viewer
 | 
						|
    # inkscape
 | 
						|
    kdePackages.ark
 | 
						|
    kdePackages.ffmpegthumbs
 | 
						|
    kdePackages.okular
 | 
						|
    kdePackages.discover
 | 
						|
    kdePackages.kdegraphics-thumbnailers
 | 
						|
    kdePackages.kdesdk-thumbnailers
 | 
						|
    libreoffice-fresh
 | 
						|
    vlc
 | 
						|
    any-nix-shell
 | 
						|
    wtype
 | 
						|
    bluez-tools
 | 
						|
    mediainfo
 | 
						|
    libmediainfo
 | 
						|
    rubberband
 | 
						|
    pamixer
 | 
						|
    playerctl
 | 
						|
    gimp
 | 
						|
    power-profiles-daemon
 | 
						|
    python3
 | 
						|
    wireguard-tools
 | 
						|
    cosmic-player
 | 
						|
    # cosmic-settings
 | 
						|
  ];
 | 
						|
}
 |