diff --git a/home/i3.nix b/home/i3.nix index 2b2496a..b1c058b 100644 --- a/home/i3.nix +++ b/home/i3.nix @@ -57,7 +57,7 @@ in { }; keybindings = lib.mkOptionDefault { - "${mod}+Return" = "exec termite"; + "${mod}+Return" = "exec alacritty"; "${mod}+Shift+q" = "kill"; "${mod}+h" = "focus left"; "${mod}+j" = "focus down"; diff --git a/machines/common.nix b/machines/common.nix index 5798d86..a39246b 100644 --- a/machines/common.nix +++ b/machines/common.nix @@ -103,6 +103,7 @@ inputs: ]; environment.systemPackages = with pkgs; [ + alacritty arandr git keepassxc