{ config, pkgs, ... }: { environment = { systemPackages = with pkgs; [ kitty rofi ]; }; }