flake/reference/Packages/packages.nix

324 lines
17 KiB
Nix
Raw Normal View History

2023-03-13 22:23:49 +01:00
{ config, pkgs, ... }:
2023-09-14 18:56:52 +02:00
# The following is a list of packages that I regularly use on different machines with brief discriptions of what function they serve
2023-03-13 22:23:49 +01:00
{
2023-03-19 20:18:11 +01:00
# GLOBAL PACKAGES
2023-03-29 20:10:14 +02:00
# Fonts
2023-03-19 20:18:11 +01:00
fonts.fontDir.enable = true;
2023-08-05 21:27:35 +02:00
fonts.packages = with pkgs; [
2023-04-03 16:34:28 +02:00
corefonts # Microsoft Core Fonts
font-awesome # Scalable vector icons
2023-03-29 20:10:14 +02:00
helvetica-neue-lt-std # Helvetica Neue LT Std font
maple-mono # Monospace Font
roboto # Android Family of Fonts
tamsyn # Monospace Bitmap Font for Programmers
(nerdfonts.override { fonts = [ "FiraCode" "SpaceMono" ]; })
2023-03-12 18:14:12 +01:00
]
2023-05-11 13:50:00 +02:00
# Power Management
services.tlp.enable = true;
2023-03-19 20:18:11 +01:00
# GLOBAL & HOME-MANAGER PACKAGES
2023-03-29 20:10:14 +02:00
# Cartography
josm # Extensible Editor for OpenStreetMap
qgis # Geographic Information System
2023-03-19 20:18:11 +01:00
2023-03-29 20:10:14 +02:00
# Communication
armcord # Discord Client
dino # XMPP Client
discord # Discord Client
element-desktop # Matrix Client
2024-03-05 21:54:38 +01:00
gajim # XMPP Client
2023-03-29 20:10:14 +02:00
jitsi-meet # Video Calls & Chat
mumble # Low-Latency, High Quality Voice Chat
zoom # Video Calls & Chat
2023-03-19 20:18:11 +01:00
2023-03-29 20:10:14 +02:00
# Cursors
phinger-cursors # Cursor Theme
2023-03-19 20:18:11 +01:00
# DAW
ardour # DAW
audacity # Lightweight DAW
audiowaveform # Convert Audio Files & can export Visual Images of Them
#bitdragon
bitwig-studio # DAW
#cakewalk
carla # Audio Plugin Host
#cecilia
lmms # DAW
#mixbus
mixxx # DJ Mixing Software
muse # MIDI/Audio Sequencer
#ossia # DAW
qtractor # MIDI/Audio Sequencer
#radium
reaper # DAW
#score
#stargate
tenacity # Lightweight DAW
renoise # Tracker-based DAW
rosegarden # Composition & Editing Environment
#traktion waveform
yabridge # Use Windows VST2 & VST3 Plugins on Linux
zrythm # DAW
2023-03-29 20:10:14 +02:00
# Games
airshipper # Veloren RPG Updater
assaultcube # First-Person Shooter
alienarena # First-Person Shooter
cataclysm-dda # Zombie Rogue-Like
factorio # Build & Maintain Factories
2023-07-05 22:27:17 +02:00
flightgear # Flight Simulator
2023-03-29 20:10:14 +02:00
freeciv # Civilization Strategy Clone
freenukum # Duke Nukum 1 Clone
gamemode # Optimse Linux System Performance
2023-07-05 22:27:17 +02:00
gcompris # Educational Suite for Children age 2-10
2023-03-29 20:10:14 +02:00
gzdoom # Doom Clone based on ZDoom
hedgewars # Worms Clone
2024-03-07 18:01:39 +01:00
keeperrl # Dungeon Rogue-Like
2023-03-29 20:10:14 +02:00
openttd # Transport Tycoon Deluxe Clone
2023-04-03 16:00:58 +02:00
openrct2 # RollerCoaster Tycoon 2
2023-03-29 20:10:14 +02:00
redeclipse # First-Person Shooter
retroarchFull # Multi-Platform Emulator
rili # Children's Train Game
sauerbraten # First-Person Shooter, successor of Cube
scorched3d # Scorched Earth 3D Clone
shattered-pixel-dungeon # Roguelike Dungeon Crawl
2023-04-03 16:34:28 +02:00
simutrans # Transportation Simulator
2023-03-29 20:10:14 +02:00
supertux # Super Mario Clone
supertuxkart # Super Mario Kart Clone
tuxpaint # Drawing for Children
warzone2100 # Real-Time Strategy
warsow # First-Person Shooter
wesnoth # Fantasy Strategy
ufoai # X-Com Clone
unciv # Civilization Strategy Clone
xonotic # First-Person Shooter
zdoom # Doom Clone
zeroad # Ancient Warfare Strategy
2023-03-12 18:14:12 +01:00
2023-03-29 20:10:14 +02:00
# Todo:
#zero ballistics # ??
#the dark mod # ??
2023-03-19 20:18:11 +01:00
2023-03-29 20:10:14 +02:00
# Gnome
adw-gtk3 # GTK3 libadwaita Theme ported to GTK-3
dconf # Gnome Configuration
dconf2nix # Nixify Gnome Config File
gnome.gnome-tweaks # Gnome Customization Tool
2023-03-19 20:18:11 +01:00
2023-03-29 20:10:14 +02:00
# Gaming
gzdoom # Doom Clone
heroic # GOG & Epic Games Launcher
2023-03-26 03:36:54 +02:00
# NOTE: Issues with authenticating, package out of date, using Flatpak
2023-03-29 20:10:14 +02:00
itch # itch.io Games Launcher
legendary-gl # Epic Games Launcher Alternative
2024-01-16 15:46:27 +01:00
ludusavi # Backup tool for PC game saves
2023-03-29 20:10:14 +02:00
lutris # Issues with Origin installation,
2023-03-26 03:36:54 +02:00
# using Flatpak
2024-01-09 21:33:28 +01:00
mangohud # Gaming Stat HUD
2023-03-29 20:10:14 +02:00
mumble # Low-latency, high quality voice chat software
steam # Steam Game Launcher, using xxx
2023-03-19 20:18:11 +01:00
2023-09-14 18:56:52 +02:00
# Hyprland
2023-03-29 20:10:14 +02:00
dunst # Notification Daemon
eww # ElKowars Wacky Widgets
grim # Wayland Image Grab
hyprpaper # Wallpaper Application for Wayland Compositors
2023-03-19 20:18:11 +01:00
2023-03-29 20:10:14 +02:00
# Internet
betterbird # Email Client, No pkg,
2023-03-26 03:36:54 +02:00
# using flatpak
2023-04-23 23:52:50 +02:00
brave # Browser
2023-03-26 03:36:54 +02:00
# w/ BAT, using flatpak
2023-04-23 23:52:50 +02:00
firefox # Web Browser
2023-03-29 20:10:14 +02:00
librewolf # Firefox Web Browser Fork
thunderbird # Email Client
tigervnc # VNC Client
tor-browser-bundle-bin # Privacy Web Browser
2023-03-12 18:14:12 +01:00
2023-03-29 20:10:14 +02:00
# Media
bibletime # Bible Study Tool
blender # 3D Animation/Publishing
bookworm # eBook Reader
calibre # eBook Library
davinci-resolve # Professional Video Editing, Color, Effects and Audio Post
digikam # Photo Management Program
easytag # Music Tag Editor
2023-09-13 03:07:37 +02:00
feh # Image Viewer
2023-03-29 20:10:14 +02:00
foliate # eBook Reader
freetube # YouTube Front-End
ffmpeg_5-full # Record, Convert and Stream Audio and Video
gimp # GNU Image Manipulation Program
gpodder # Podcast Manager
handbrake # Video Conversion Tool
hypnotix # IPTV streaming application
inkscape # Vector Graphics Editor
libsForQt5.kolourpaint # Painting Application
2023-12-28 16:58:49 +01:00
llpp # PDF Viewer
2023-03-29 20:10:14 +02:00
jellyfin-media-player # Jellyfin Desktop Client based on Plex Media Player
krita # Painting Application
libsForQt5.k3b # Disk Burning Application
makemkv # Blu-Ray and DVD to MKV Converter
mpv # Media Player
2023-12-28 16:54:05 +01:00
mupdf # PDF Viewer
2023-03-29 20:10:14 +02:00
noisetorch # Microphone Noise Supression for PulseAudio
nomacs # Qt-based image viewer
2024-01-24 16:32:26 +01:00
nuclear # Music Streamer
ocrmypdf # OCR Text Layer to Scanned PDFs
2023-03-29 20:10:14 +02:00
obs-studio # Recording/Streaming Application
libsForQt5.okular # Document Viewer
2023-09-12 23:51:23 +02:00
qview # Minimal Image Viewer
2023-03-29 20:10:14 +02:00
scrcpy # Display and control Android devices over USB or TCP/IP
shortwave # Internet Radio
shutter encoder # A/V Converter; Use appimage
2024-01-24 16:32:26 +01:00
soundconverter # GTK Audio file converter
2023-03-29 20:10:14 +02:00
smplayer # Media Player
strawberry # Media Player
stremio # Media Streaming Center
2023-04-03 06:09:10 +02:00
xiphos # Bible Study Tool
2023-12-28 16:54:05 +01:00
zathura # PDF Viewer
2023-03-29 20:10:14 +02:00
zotero # Research Sourcer
2023-03-19 20:18:11 +01:00
2023-03-29 20:10:14 +02:00
# Office
adobe-reader # PDF Reader (for government forms mainly)
2023-05-12 16:41:16 +02:00
beekeeper-studio # SQL client for MySQL, Postgres, SQLite, SQL Server, and more
2024-03-20 17:01:47 +01:00
ferdium # Communication & Services Manager
2023-03-29 20:10:14 +02:00
gImageReader # Tesseract-OCR Front-End
2023-08-16 17:08:24 +02:00
gnome-frog # Text extraction tool (OCR)
2023-03-29 20:10:14 +02:00
gnucash # Double Entry Accounting Software
2023-03-26 03:36:54 +02:00
# Gnucash requires dconf, see Gnome section above
2023-03-29 20:10:14 +02:00
libreoffice # Office Suite (Stable)
libreoffice-qt # Office Suite (for KDE)
libreoffice-fresh # Office Suite (Latest)
hunspell # Libreoffice Spell Check
hunspellDicts.en_US # hunspell English
obsidian # Markdown Editor
onlyoffice-bin # Office Suite
2023-09-14 18:56:52 +02:00
#openbb # Investment Research Tool; NOTE: currently using through docker
2023-03-29 20:10:14 +02:00
pdfarranger # PDF Arranger
qpdfview # Tabbed PDF Viewer
2023-08-09 21:51:25 +02:00
xournalpp # PDF Annotation
2023-03-19 20:18:11 +01:00
2023-03-29 20:10:14 +02:00
# Peripherals
hplip # HP Print Drivers
2023-03-19 20:18:11 +01:00
2023-03-29 20:10:14 +02:00
# Science
2023-07-05 22:27:17 +02:00
celestia # Space Simulation
freecad # Open Source 3D CAD
2023-06-30 14:17:59 +02:00
gramps # Genealogy Software
2023-03-29 20:10:14 +02:00
gretl # Econometric Analysis
2023-04-03 16:34:28 +02:00
labplot # Plotting Software (unavailable- use flatpak)
2023-03-29 20:10:14 +02:00
rstudioWrapper # Integrated Tools for the R Language
speedcrunch # Calculator
stellarium # Free open-source planetarium
2023-03-19 20:18:11 +01:00
2023-03-29 20:10:14 +02:00
# System
alacritty # Terminal Emulator
appimage-run # Appimage Runner
bleachbit # PC Cleaner
2024-01-02 22:52:51 +01:00
borgbackup # Deduplicating archiver with compression and encryption
2023-03-29 20:10:14 +02:00
bottles # Wineprefix Manager
cmatrix # Matrix Movie Terminal Theme
2024-02-27 22:45:38 +01:00
czkawka # Duplicate file finder
2023-03-29 20:10:14 +02:00
btop # Resource Monitor
cpu-x # PC Information
crow-translate # Language Translator
2024-02-27 22:45:38 +01:00
dupeguru # Duplicate file finder
2023-03-29 20:10:14 +02:00
etcher # Flash OS images to SD cards and USB drives, safely and easily
2023-10-18 05:50:14 +02:00
gcc # GNU Compiler Collection
2023-03-29 20:10:14 +02:00
genymotion # NOTE: Issues with loading
git # Distributed Version Control System
gsmartcontrol # Disk Health Inspection Tool
htop # Process Viewer
i2c-tools # Network Utilities
inetutils # Network Utilities
keepassxc # GUI Password Manager with Cryptography
kitty # Terminal Emulator
kitty-themes # Kitty Themes
2023-11-12 22:50:29 +01:00
localsend # Send Files/Text Over Wifi
2023-03-29 20:10:14 +02:00
openrgb # RGB Manager
neofetch # System Information
nitch # Nim System Fetch
nix-software-center # Nix Software Center
2023-05-03 22:32:29 +02:00
nomachine-client # NoMachine remote desktop client (nxplayer)
2023-03-29 20:10:14 +02:00
nox # Nix Tools
ntfs3g # FUSE Client
p7zip # File Archiver
papirus-icon-theme # Icons
powertop # Power Manager
protonup # Proton Installer
qbittorrent # Torrent Application
qemu_full # Virtual Machine
rustdesk # Remote Desktop Software
2023-07-05 22:27:17 +02:00
simplescreenrecorder # Screen Recorder
2023-03-29 20:10:14 +02:00
solaar # Logitech Unifying Receiver
speedcrunch # Calculator
syncthing # File Synchronization
syncthing-tray # Tray for Syncthing
tixati # Torrent Application (removed from nixpks, unfree, no longer maintained)
tldr # Simplified man pages
waydroid # Android Emulator
2023-03-26 03:36:54 +02:00
# Only works on wayland
2023-10-03 21:04:17 +02:00
warp # Secure File Transfer
2023-04-18 04:49:47 +02:00
ventoy # USB Boot App
2023-03-29 20:10:14 +02:00
veracrypt # Filesystem Encryption
virtualbox # Virtual Machine
2023-03-26 03:36:54 +02:00
# Only needed with genymotion
2023-03-29 20:10:14 +02:00
vscodium # Code Editor
xorg.xkill # Kill Windows w/ Mouse
2023-03-19 20:18:11 +01:00
2023-03-29 20:10:14 +02:00
# Terminal/CLI Related
asciiquarium # Terminal Aquarium
bash-completion # Bash Autocomplete
2023-09-14 18:56:52 +02:00
bat # cat like concatenate or display command
2023-10-03 21:04:17 +02:00
bottom # System Monitor
broot # Directory Navigator
btop # Resource Monitor
2023-12-13 22:41:33 +01:00
cava # Console-based Audio Visualizer for Alsa
carapace # Argument Completer
2023-09-14 18:56:52 +02:00
du-dust # du command replacement
2023-03-29 20:10:14 +02:00
nix-bash-completions # Bash Autocomplete
cmatrix # Matrix Digital Rain
cbonsai # Terminal Bonsai Tree
2023-12-29 05:45:12 +01:00
delta # syntax-highlighting pager for git
2023-10-03 21:04:17 +02:00
difftastic # diff replacement
2023-09-14 18:56:52 +02:00
eza # ls like list command
fd # find command
2023-03-29 20:10:14 +02:00
fzf # Fuzzy Finder in GO
genact # Nonsense Activity Generator
hollywood # Hollywood Melodrama Technobabble
2023-09-14 18:56:52 +02:00
jq # filter data command
2023-03-29 20:10:14 +02:00
kitty # Terminal
kitty-themes # Kitty Terminal Themes
2023-12-13 22:41:33 +01:00
lavat # Terminal Lavalamp
2023-10-03 21:04:17 +02:00
monolith # Single HTML Saver
2023-03-29 20:10:14 +02:00
neo # Matrix Digital Rain
2023-10-03 21:04:17 +02:00
nix-bash-completions # Bash Autocomplete
nitch # Nim System Fetch
2023-03-29 20:10:14 +02:00
nms # Effect from 1992 Movie Sneakers
2023-12-13 22:41:33 +01:00
nyancat # Terminal Nyancat
2023-10-03 21:04:17 +02:00
ouch # Obvious Unified Compression Helper
2023-09-21 16:06:25 +02:00
pandoc # Markup Converter
2023-03-29 20:10:14 +02:00
pipes # Animated Pipes Terminal Screensaver
2023-10-03 21:04:17 +02:00
procs # Processes, `ps` replacement
2023-03-29 20:10:14 +02:00
ranger # File Manager
2023-09-14 18:56:52 +02:00
ripgrep-all # search command
2023-03-29 20:10:14 +02:00
rofi # Wayland Launcher/Menu
2023-09-14 18:56:52 +02:00
sd # find & replace command
2023-07-31 17:31:24 +02:00
shell-genie # Natural Language Shell Command AI
2023-10-03 21:04:17 +02:00
skim # Fuzzy Finder
2023-07-31 17:31:24 +02:00
sl # Terminal Locomotive
2023-03-29 20:10:14 +02:00
slurp # Select a Region on the Wayland Compositor
2023-09-14 18:56:52 +02:00
tealdeer # tldr command
2023-10-03 21:04:17 +02:00
tokei # Code Statistics
2023-03-29 20:10:14 +02:00
waybar # Wayland Bar for Wlroots Based Compositors
wbg # Wallpaper Application for Wayland Compositors
wofi # Wayland Launcher/Menu
xcowsay # Graphical Cowsay
2023-09-14 18:56:52 +02:00
zoxide # fast cd directory command
2023-09-21 16:06:25 +02:00
}