From 82559a9f214a489a4efc97b231e00c3c6f7d6a3e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 09:24:22 -0800 Subject: home-manager: rofi uses alacritty --- users/fcuny/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/fcuny') diff --git a/users/fcuny/i3.nix b/users/fcuny/i3.nix index 0578878..b3ac043 100644 --- a/users/fcuny/i3.nix +++ b/users/fcuny/i3.nix @@ -18,7 +18,7 @@ in programs.rofi = { enable = true; theme = "purple"; - + terminal = "${pkgs.alacritty}/bin/alacritty"; extraConfig = { modi = "drun"; show-icons = true; -- cgit 1.4.1