{ config, pkgs, lib, user, ... }: lib.mkIf (user != "tv") { home.packages = with pkgs; [ libreoffice ]; }