6 lines
95 B
Nix
6 lines
95 B
Nix
{ pkgs, ...}: {
|
|
programs.rofi = {
|
|
package = pkgs.rofi-wayland;
|
|
enable = true;
|
|
};
|
|
}
|