I am finally getting around to fixing an anoyance I’ve had.
I am running hyprland and for the longest time I was using rofi-calc
. My setup is:
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
plugins = [
pkgs.rofi-calc
];
Now when I run rofi -show calc -modi calc -no-show-match -no-sort
, I get the error Mode calc is not found
.
I am sure this worked for a long time with my setup. What has changed? What is the proper way to get rofi-calc
working using home-manager?