wildfire: 196 current 2025-06-18 17:20:53 25.05.20250615.6c64dab 6.15.2 *

This commit is contained in:
2025-06-18 17:20:57 +02:00
parent 372ffa68f3
commit 2662547e33

View File

@ -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"
"drun"
"calc"
"emoji"
];
plugins = [
pkgs.rofi-emoji
pkgs.rofi-calc
]; ];
extraConfig = {
"combi-modes" = [
"drun"
"window"
];
};
terminal = "\${pkgs.ghostty}/bin/ghostty"; terminal = "\${pkgs.ghostty}/bin/ghostty";
}; };
} }