1
0
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:
Stefan Ellmauthaler 2023-06-01 17:18:55 +02:00
parent 24afa73feb
commit 0e194a8034
Failed to extract signature

View File

@ -7,10 +7,7 @@
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = { settings = {
window = { window = {decorations = "none";};
decorations = "none";
};
alt_send_esc = true;
font = { font = {
normal.family = "Hasklug Nerd Font"; normal.family = "Hasklug Nerd Font";
size = 14; size = 14;