update rofi config
This commit is contained in:
parent
9e737da231
commit
875fe5ebe4
6 changed files with 66 additions and 6 deletions
|
@ -4,7 +4,10 @@ in {
|
|||
config = {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland.override { plugins = [ pkgs.rofi-emoji ]; };
|
||||
package = pkgs.rofi-wayland.override { plugins = with pkgs; [
|
||||
rofi-emoji
|
||||
rofi-file-browser
|
||||
];};
|
||||
extraConfig = {
|
||||
show-icons = true;
|
||||
modi = "drun,emoji";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue