Files
nixos-conf/custom/packages.nix

136 lines
2.0 KiB
Nix
Executable File

{ pkgs, inputs, pkgs-stable, ... }:
{
environment.systemPackages = (with pkgs; [
krita
wget
vim
neovim
fastfetch
waybar
swaynotificationcenter
kitty
nautilus
ranger
ly
zsh
stow
git
firefox
kanata
bat
kdePackages.kdeconnect-kde
pkgs.fzf
zoxide
killall
pkgs.eza
discord
pavucontrol
docker
docker-compose
keepassxc
tmux
nwg-look
zip
unzip
(pkgs.catppuccin-gtk.override {
accents = [ "pink" ]; # You can specify multiple accents here to output multiple themes
size = "compact";
variant = "frappe";
})
bashmount
kdePackages.partitionmanager
rsync
cmatrix
cowsay
fortune
qbittorrent
gdu
calc
unp
noisetorch
signal-desktop
element-desktop
revolt-desktop
localsend
mpd
ghostty
gcc
oh-my-posh
mpv
qimgv
grim
slurp
sl
(pass.withExtensions (exts: [ exts.pass-import ]))
python3
wl-clipboard
pinentry-tty
mpc
ripgrep
fd
unixtools.netstat
clerk
alsa-utils
kdePackages.okular
progress
tor-browser
obsidian
libreoffice
scrcpy
colloid-icon-theme
pigz
asciinema
asciinema-agg
nmap
gimp
duf
linuxKernel.packages.linux_zen.cpupower
home-manager
iperf3
vesktop
lutris
btop-rocm
lm_sensors
pipes
cbonsai
inkscape
asciiquarium-transparent
wireshark
termshark
monero-gui
rmpc
yt-dlp
vulnix
ffmpeg
croc
spotdl
supertuxkart
testdisk
testdisk-qt
htop
ungoogled-chromium
syncthing
samba
sssnake
droidcam
obs-studio-plugins.droidcam-obs
nitch
tomb
wine
linux-wallpaperengine
fusee-nano
ppsspp
alvr
lact
librewolf
nvtopPackages.amd
xhost
rpi-imager
powertop
i2c-tools
spotify
ryubing
termdown
]);
}