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 = {
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";
};
}