{ config, ... }: { config = mkIf (deviceType == "computer" || deviceType == "tv" ) { # Enable CUPS to print documents. services.printing.enable = true; }; }