nixos-config/modules/home/packages.nix
2024-06-27 11:23:56 +02:00

67 lines
2.4 KiB
Nix

{ inputs, pkgs, ... }:
{
home.packages = (with pkgs; [
bitwise # cli tool for bit / hex manipulation
evince # gnome pdf viewer
eza # ls replacement
entr # perform action when file change
fd # find replacement
file # Show file information
fzf # fuzzy finder
gtt # google translate TUI
gifsicle # gif utility
gimp
gtrash # rm replacement, put deleted files in system trash
hexdump
jdk17 # java
lazygit
libreoffice
cinnamon.nemo-with-extensions # file manager
nitch # systhem fetch util
nix-prefetch-github
prismlauncher # minecraft launcher
ripgrep # grep replacement
soundwireserver # pass audio to android phone
tdf # cli pdf viewer
todo # cli todo list
toipe # typing test in the terminal
valgrind # c memory analyzer
yazi # terminal file manager
youtube-dl
gnome.zenity
winetricks
wineWowPackages.wayland
# C / C++
gcc
gnumake
# Python
python3
bleachbit # cache cleaner
cmatrix
gparted # partition manager
ffmpeg
imv # image viewer
killall
libnotify
man-pages # extra man pages
mpv # video player
ncdu # disk space
openssl
pamixer # pulseaudio command line mixer
pavucontrol # pulseaudio volume controle (GUI)
playerctl # controller for media players
# wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
# cliphist # clipboard manager
poweralertd
qalculate-gtk # calculator
unzip
wget
xdg-utils
xxd
inputs.alejandra.defaultPackage.${system}
]);
}