{ pkgs, lib, config, ... }: { options = { misc.general.enable = lib.mkEnableOption "Enable general use apps"; }; config = mkIf config.misc.general.enable; { home.packages = with pkgs; [ imv qbittorrent libreoffice-fresh ffmpegthumbnailer thunderbird protonvpn-cli_2 bc ]; }; }