nixos-config/modules/home/packages.nix
2025-03-18 11:36:30 +01:00

87 lines
1.5 KiB
Nix

{ inputs, pkgs, ... }:
{
home.packages = with pkgs; [
# Environment shit
tesseract
yubikey-touch-detector
wireguard-tools
openresolv
xdg-utils
killall
libnotify
openssl
pamixer
playerctl
wl-clipboard
cliphist
poweralertd
ffmpeg
unzip
wget
xxd
gcc
gnumake
python3
# CLI shit
vimv
iamb
pass
pixcat
lm_sensors
neofetch
hyfetch
glow
eva
exiftool
translate-shell
progress
zip
pwgen
jq
tmux
htop
eza
file
fzf
lazygit
gitleaks
ripgrep
yt-dlp
spotify-player
nodejs_22
yarn
# wikit # Wikipedia summaries from the terminal, not added to Nix yet
# reader # Firefox reader mode but in the terminal, not added to Nix yet
# pastel # generate, analyze, convert and manipulate colors
# GUI shit
element-desktop
signal-desktop
anki-bin
obs-studio
wdisplays
librewolf # main
ungoogled-chromium # for things that don't work with librewolf
qutebrowser # focus
nsxiv
libreoffice
xfce.thunar
spotify
thunderbird
lxqt.pavucontrol-qt
mpv
# Gaming
lunar-client
inputs.alejandra.defaultPackage.${system}
inputs.nixvim.packages.${pkgs.system}.default
# Email/calendar/etc
neomutt
khard
khal
w3m
];
}