Files
2025-06-30 13:05:11 -05:00

9 lines
111 B
Nix

{pkgs, ...}: {
programs.rofi = {
enable = true;
plugins = with pkgs; [
rofi-calc
];
};
}