{ config, pkgs, ... }: { home-manager.users.zonsopkomst = { pkgs, ... }: { home.packages = with pkgs; [ armcord # Discord Client #betterbird # Betterbird Email Client bleachbit # PC Cleaner borgbackup # Deduplicating archiver with compression and encryption brave # Brave Browser calibre # eBook Library crow-translate # Language Translator dconf2nix # Nixify Gnome Config File dino # XMPP Client #duplicati # Backup Data element-desktop # Matrix Client easytag # Music Tag Editor freetube # YouTube Front-End gajim # XMPP Client gnucash # Double Entry Accounting Software gpodder # Podcast Manager gretl # Econometric Analysis gzdoom # Doom Clone based on ZDoom josm # Extensible editor for OpenStreetMap keepassxc # GUI Password Manager with Cryptography kitty # Terminal Emulator kitty-themes # Kitty Themes librewolf # Firefox Web Browser Fork libsForQt5.kolourpaint # Painting Application libsForQt5.k3b # Disk Burning Application localsend # Send Files/Text Over Wifi llpp # PDF Viewer mpv # Media Player mupdf # PDF Viewer nomachine-client # NoMachine remote desktop client (nxplayer) nomacs # Qt-based image viewer nuclear # Music Streamer onlyoffice-bin # Office Suite p7zip # File Archiver pdfarranger # PDF Arranger python3 # python langugage qbittorrent # Torrent Application #qgis # A Free and Open Source Geographic Information System #retroarchFull # Multi-Platform Emulator rustdesk # Remote Desktop Software rstudioWrapper # Integrated Tools for the R Language smplayer # Media Player solaar # Logitech Unifying Receiver soundconverter # GTK Audio file converter strawberry # Media Player speedcrunch # Calculator thunderbird # Thunderbird Email Client tor-browser-bundle-bin # Privacy Web Browser ventoy # USB Boot App veracrypt # Filesystem Encryption xiphos # Bible Study Tool xournalpp # PDF Annotation zathura # PDF Viewer ]; imports = [ ../../config/config.nix ../../common/emacs.nix ../../common/git.nix ../../common/vscodium.nix #../../users/zonsopkomst/gnucash-5.4.nix ]; home.stateVersion = "22.11"; }; }