Added emoji picker

This commit is contained in:
alejandro-angulo 2024-08-03 23:28:45 -07:00
parent 0d516a3a2d
commit f533ed579c
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 5 additions and 0 deletions

View file

@ -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";
};
};
};