diff --git a/nix/modules/home-manager/features/desktop/alacritty.nix b/nix/modules/home-manager/features/desktop/alacritty.nix index 24ca575..4c8f7e4 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;