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 = {
|
||||
enable = true;
|
||||
theme = "gruvbox-dark";
|
||||
font = "Intel One Mono";
|
||||
modes = [
|
||||
"window"
|
||||
"drun"
|
||||
"calc"
|
||||
"emoji"
|
||||
];
|
||||
plugins = [
|
||||
pkgs.rofi-emoji
|
||||
pkgs.rofi-calc
|
||||
"combi"
|
||||
];
|
||||
extraConfig = {
|
||||
"combi-modes" = [
|
||||
"drun"
|
||||
"window"
|
||||
];
|
||||
};
|
||||
terminal = "\${pkgs.ghostty}/bin/ghostty";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user