{ config, pkgs, inputs, ... }: { home.packages = [ pkgs.cmatrix ]; programs.rofi = { enable = true; }; }