wildfire: 196 current 2025-06-18 17:20:53 25.05.20250615.6c64dab 6.15.2 *
This commit is contained in:
@ -1,18 +1,17 @@
|
|||||||
{pkgs, ...}: {
|
{
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "gruvbox-dark";
|
theme = "gruvbox-dark";
|
||||||
font = "Intel One Mono";
|
font = "Intel One Mono";
|
||||||
modes = [
|
modes = [
|
||||||
"window"
|
"combi"
|
||||||
|
];
|
||||||
|
extraConfig = {
|
||||||
|
"combi-modes" = [
|
||||||
"drun"
|
"drun"
|
||||||
"calc"
|
"window"
|
||||||
"emoji"
|
|
||||||
];
|
|
||||||
plugins = [
|
|
||||||
pkgs.rofi-emoji
|
|
||||||
pkgs.rofi-calc
|
|
||||||
];
|
];
|
||||||
|
};
|
||||||
terminal = "\${pkgs.ghostty}/bin/ghostty";
|
terminal = "\${pkgs.ghostty}/bin/ghostty";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user