about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/i3.nix2
1 files changed, 1 insertions, 1 deletions
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;