From 5f7b611a1d954d546e51141bd534c8ada6375abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 29 Apr 2020 11:01:50 +0100 Subject: [PATCH] remove deprecated terminal setting --- nixos/programs/alacritty.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/programs/alacritty.nix b/nixos/programs/alacritty.nix index 16a98683..7a8136ec 100644 --- a/nixos/programs/alacritty.nix +++ b/nixos/programs/alacritty.nix @@ -8,7 +8,6 @@ scrolling = { history = 32000; multiplier = 3; - auto_scroll = false; }; tabspaces = 4;