From 184cc780a1f3bb3db7435951fdf4c5661b631d50 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Sat, 4 Jan 2025 21:22:10 +0000
Subject: [PATCH] Override background colour

---
 nix/modules/home-manager/features/desktop/alacritty.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nix/modules/home-manager/features/desktop/alacritty.nix b/nix/modules/home-manager/features/desktop/alacritty.nix
index 24ca5751..4c8f7e4c 100644
--- a/nix/modules/home-manager/features/desktop/alacritty.nix
+++ b/nix/modules/home-manager/features/desktop/alacritty.nix
@@ -18,6 +18,8 @@ with lib;
           TERM = "screen-256color";
         };
 
+        colors.primary.background = "#000000";
+
         window.padding = {
           x = 10;
           y = 10;