From 40c2012d8d7acd7b19a9afd067db9432c50368e1 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 28 Jun 2023 10:52:46 +0100 Subject: [PATCH] Rofi: fix terminal settings --- hm_modules/rofi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm_modules/rofi.nix b/hm_modules/rofi.nix index 4ccd786..fff9871 100644 --- a/hm_modules/rofi.nix +++ b/hm_modules/rofi.nix @@ -16,7 +16,7 @@ font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}"; plugins = [ pkgs.rofi-calc ]; extraConfig = { modi = "drun,run,ssh,window,calc"; }; - terminal = "kitty"; + terminal = "alacritty"; theme = "onedark"; };