{ pkgs, ... }: { xdg.configFile."ranger/rc.conf".source = ./ranger.conf; home.packages = with pkgs; [ # nix cachix # lorri vulnix gccdiag # browsers firefox chromium brave # media jellyfin-media-player yt-dlp f3d mpv makemkv handbrake metadata-cleaner # chat apps vesktop discord element-desktop thunderbird # cinny-desktop # office libreoffice apostrophe # creative gimp inkscape-with-extensions scribus audacity pinta kdePackages.kdenlive losslesscut-bin shotcut blender-hip # development # TODO: .NET 6 avalonia-ilspy # ghidra # utils libqalculate ranger filezilla yubikey-manager (pkgs.writeShellApplication { name = "fix-yubikey"; text = '' gpg-connect-agent --hex "scd apdu 00 f1 00 00" /bye ''; }) ]; }