From d7b28125dac83c5f4150a1a07a7307a41c5fa7d7 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 9 Oct 2025 01:47:47 +0200 Subject: xmonad-tv: drop spawnRootTerm --- configs/alacritty.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configs') diff --git a/configs/alacritty.nix b/configs/alacritty.nix index 1a8eb92..473592a 100644 --- a/configs/alacritty.nix +++ b/configs/alacritty.nix @@ -36,11 +36,6 @@ let mouse.hide_when_typing = true; scrolling.multiplier = 8; }; - configs.root = lib.recursiveUpdate configs.default { - colors.primary.background = "#230000"; - colors.primary.foreground = "#e0c0c0"; - colors.normal.black = "#800000"; - }; configs.fzmenu = lib.recursiveUpdate configs.default { colors.primary.background = "#2A172A"; window.dimensions.columns = 70; -- cgit v1.2.3