mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Alacritty alt_send no longer needed to be set true
This commit is contained in:
parent
24afa73feb
commit
0e194a8034
@ -7,10 +7,7 @@
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
window = {
|
||||
decorations = "none";
|
||||
};
|
||||
alt_send_esc = true;
|
||||
window = {decorations = "none";};
|
||||
font = {
|
||||
normal.family = "Hasklug Nerd Font";
|
||||
size = 14;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user