{ pkgs, ... }: { programs.rofi = { enable = true; theme = ./colour.rasi; }; }