diff --git a/modules/darwin/home-manager.nix b/modules/darwin/home-manager.nix index 4fdb002..0f7efa1 100644 --- a/modules/darwin/home-manager.nix +++ b/modules/darwin/home-manager.nix @@ -124,6 +124,13 @@ in window = { opacity = 1.0; + dynamic_padding = true; + decorations = "full"; + title = "Terminal"; + class = { + instance = "Alacritty"; + general = "Alacritty"; + }; padding = { x = 24; y = 24; @@ -141,14 +148,6 @@ in ]; }; - dynamic_padding = true; - decorations = "full"; - title = "Terminal"; - class = { - instance = "Alacritty"; - general = "Alacritty"; - }; - colors = { primary = { background = "0x1f2528";