From bf330cba62faffe69c41aede1cb3f31c3a463ce1 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Thu, 11 Sep 2025 15:54:40 +0200 Subject: [PATCH] feat: set Alacritty startup mode to fullscreen :sparkles: --- nixos/home/danny/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/home/danny/home.nix b/nixos/home/danny/home.nix index 09ec361..1b4bb64 100644 --- a/nixos/home/danny/home.nix +++ b/nixos/home/danny/home.nix @@ -130,6 +130,7 @@ dynamic_padding = true; decorations = "buttonless"; opacity = 0.95; + startup_mode = "Fullscreen"; }; scrolling = { history = 10000; multiplier = 3; }; font = {