Use alacritty terminal

This commit is contained in:
Valentin Brandl 2022-11-09 20:17:18 +01:00
parent 0f779af4a7
commit b1ae5648e8
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@ in {
}; };
keybindings = lib.mkOptionDefault { keybindings = lib.mkOptionDefault {
"${mod}+Return" = "exec termite"; "${mod}+Return" = "exec alacritty";
"${mod}+Shift+q" = "kill"; "${mod}+Shift+q" = "kill";
"${mod}+h" = "focus left"; "${mod}+h" = "focus left";
"${mod}+j" = "focus down"; "${mod}+j" = "focus down";

View File

@ -103,6 +103,7 @@ inputs:
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
alacritty
arandr arandr
git git
keepassxc keepassxc