mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Add rofi
This commit is contained in:
@@ -360,6 +360,18 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rofi = {
|
||||||
|
enable = true;
|
||||||
|
plugins = [pkgs.rofi-emoji];
|
||||||
|
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||||
|
font = "Fira Font Mono 24";
|
||||||
|
theme = "gruvbox-dark";
|
||||||
|
extraConfig = {
|
||||||
|
modi = "drun,run";
|
||||||
|
show-icons = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
fzf = {
|
fzf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
Reference in New Issue
Block a user