dotfiles/homes/x86_64-linux/christopher@cobalt/misc/everything.nix
2025-10-13 11:58:06 +02:00

53 lines
1.6 KiB
Nix

{pkgs, ...}: {
# TODO: Move these into individual modules rather than a catch-all
home.packages = with pkgs; [
gnupg
unzip
dua # Interactively view disk space usage
tldr # Quick man-page replacement
hyperfine # Terminal benchmarks
numbat # Scientific calculations
hexyl # Hex viewer
pastel # Color analyzer
yubikey-manager
croc # File transfer
zotero # Collect research sources
solaar # Logitech mouse driver
btop # Better resource monitor
bottom # System resource monitor
copyparty
# GUI
vcv-rack # Audio synthesizer/eurorack simulator
ardour # General DAW
reaper # Narrating DAW
vlc # Video player
todoist-electron # Todo application
logseq # Knowledge Base
obsidian # Same as above
calibre # eBook Manager
vesktop # Discord Messenger
obs-studio # OBS Studio
wasistlos # WhatsApp client
signal-desktop # Messaging
zulip # Self-hosted slack alternative
libreoffice # Productivity Suite (like Microsoft Office)
onlyoffice-bin # libreoffice alternative
cider # Apple Music player
filezilla # FTP Client
zathura # Document viewer
orca-slicer # Bambu Lab Slicer + Control
weylus # Use iPad Pro as graphics tablet
krita # Drawing software
mochi # SRS flashcards
# spacedrive # File explorer (Alpha, not usable yet)
thunderbird # Email client
speedcrunch # GUI calculator app
davinci-resolve # Video editing
naps2 # Scanning
feh # Image viewer
xarchiver # Archive viewer/extractor
evince # Document viewer
];
}