{ config, lib, pkgs, user, ... }: with lib; { config.home-manager.users.${user} = mkIf (config.xserver.enable) { home.packages = with pkgs; [ libreoffice hunspell hunspellDicts.en_US (pass.withExtensions (exts: [exts.pass-otp ])) thefuck mpc-cli pavucontrol qbittorrent ffmpeg mpv ]; }; }