From 69f691abef83fef881eca7d9b0aa7512d5ed1692 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 14 Nov 2022 01:13:09 +0100 Subject: [PATCH] Properly configure terminal --- home/i3.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/i3.nix b/home/i3.nix index 49fd182..8b25ad3 100644 --- a/home/i3.nix +++ b/home/i3.nix @@ -53,8 +53,9 @@ in { ]; }; + terminal = "alacritty"; + keybindings = lib.mkOptionDefault { - "${mod}+Return" = "exec alacritty"; "${mod}+Shift+q" = "kill"; "${mod}+h" = "focus left"; "${mod}+j" = "focus down";