feat: alacritty as backup terminal
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
@@ -56,6 +57,8 @@
|
||||
|
||||
# Social
|
||||
vesktop
|
||||
|
||||
alacritty
|
||||
];
|
||||
|
||||
# TODO: Move this server to a remote server
|
||||
|
||||
@@ -49,7 +49,9 @@
|
||||
"u" = ["0" "-10"];
|
||||
"d" = ["0" "10"];
|
||||
}
|
||||
.${d};
|
||||
.${
|
||||
d
|
||||
};
|
||||
|
||||
movementBinds = {
|
||||
# Move between tiles
|
||||
|
||||
Reference in New Issue
Block a user