summaryrefslogtreecommitdiff
path: root/common/programs/rofi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/programs/rofi.nix')
-rw-r--r--common/programs/rofi.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/programs/rofi.nix b/common/programs/rofi.nix
index 20fdffe..73e31f9 100644
--- a/common/programs/rofi.nix
+++ b/common/programs/rofi.nix
@@ -8,7 +8,7 @@
config = lib.mkIf config.beeMods.windowManagers.beeConfig.enable {
programs.rofi = {
enable = true;
- font = "IosevkaInput";
+ font = "monospace";
# plugins = with pkgs; [ rofi-emoji ];
theme = "~/.config/rofi/themes/config.rasi";
extraConfig = {
@@ -84,7 +84,7 @@
placeholder-color: @fg-dim;
placeholder: "Search...";
cursor: text;
- font: "IosevkaInput 13";
+ font: "monospace 13";
}
listview {
@@ -136,7 +136,7 @@
background-color: transparent;
text-color: inherit;
vertical-align: 0.5;
- font: "IosevkaInput 13";
+ font: "monospace 13";
}
'';
};