Use alacritty terminal
This commit is contained in:
parent
0f779af4a7
commit
b1ae5648e8
@ -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";
|
||||||
|
@ -103,6 +103,7 @@ inputs:
|
|||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
alacritty
|
||||||
arandr
|
arandr
|
||||||
git
|
git
|
||||||
keepassxc
|
keepassxc
|
||||||
|
Loading…
Reference in New Issue
Block a user