🚀 improve rofi

dev-docs
Moritz Böhme 2022-03-30 21:52:00 +02:00
parent a786b3a9bd
commit be9f774d90
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
1 changed files with 3 additions and 1 deletions

View File

@ -5,8 +5,10 @@
programs.rofi = {
enable = true;
package = pkgs.rofi.override { plugins = with pkgs; [ rofi-calc ]; };
package =
pkgs.rofi.override { plugins = with pkgs; [ rofi-calc rofi-emoji ]; };
theme = ./dracula.rasi;
extraConfig = { combi-modi = "drun,window,emoji"; };
};
home.packages = with pkgs;
[