9 lines
111 B
Nix
9 lines
111 B
Nix
{pkgs, ...}: {
|
|
programs.rofi = {
|
|
enable = true;
|
|
plugins = with pkgs; [
|
|
rofi-calc
|
|
];
|
|
};
|
|
}
|