Added emoji picker
This commit is contained in:
parent
0d516a3a2d
commit
f533ed579c
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
namespace,
|
||||
...
|
||||
}: let
|
||||
|
@ -18,8 +19,10 @@ in {
|
|||
# TODO: How to ensure this font is installed?
|
||||
font = "Hack Nerd Font 10";
|
||||
theme = "gruvbox-dark-hard";
|
||||
plugins = [pkgs.rofi-emoji];
|
||||
extraConfig = {
|
||||
show-icons = true;
|
||||
modi = "window,run,ssh,emoji";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue