{ config, pkgs, ... }: { home-manager.users.leeuwarden = { pkgs, ... }: { home.packages = with pkgs; [ armcord # Discord Client ardour # DAW borgbackup # Deduplicating archiver with compression and encryption brave # Browser calibre # eBook Library crow-translate # Language Translator dino # XMPP Client #duplicati # Backup Data easytag # Music Tag Editor element-desktop # Matrix Client freetube # YouTube Front-End gimp # GNU Image Manipulation Program gnucash # Double Entry Accounting Software gpodder # Podcast Manager inkscape # Vector Graphics Editor #itch # itch.io Games Launcher keepassxc # GUI Password Manager with Cryptography kitty # Terminal kitty-themes # Kitty Terminal Themes krita # Painting Application librewolf # Firefox Web Browser Fork libsForQt5.kolourpaint # Painting Application llpp # PDF Viewer #localsend # Send Files/Text Over Wifi ludusavi # Backup tool for PC game saves makemkv # Blu-Ray and DVD to MKV Converter mangohud # Gaming Stat HUD mpv # Media Player mumble # Low-Latency, High Quality Voice Chat mupdf # PDF Viewer nomacs # Qt-based image viewer nomachine-client # NoMachine remote desktop client (nxplayer) nuclear # Music Streamer obs-studio # Recording/Streaming Application onlyoffice-bin # Office Suite openrgb # RGB Manager p7zip # File Archiver pdfarranger # PDF Arranger python3 # python langugage qbittorrent # Torrent Application #retroarchFull # Multi-Platform Emulator rustdesk # Remote Desktop Software shattered-pixel-dungeon # Roguelike Dungeon Crawl smplayer # Media Player solaar # Logitech Unifying Receiver soundconverter # GTK Audio file converter speedcrunch # Calculator tenacity # Sound Editor tor-browser-bundle-bin # Privacy Web Browser ventoy # USB Boot App veracrypt # Filesystem Encryption vscodium # Code Editor xiphos # Bible Study Tool xournalpp # PDF Annotation zathura # PDF Viewer ]; imports = [ ../../config/config.nix ../../common/emacs.nix ../../common/git.nix ../../common/vscodium.nix ]; home.stateVersion = "22.05"; }; }