Files
2025-07-03 16:34:49 -05:00

9 lines
111 B
Nix

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