Refactor alacritty.toml configuration for clarity
Reformat the configuration generation to enhance readability and ensure consistent indentation. This change does not alter functionality, but aligns the style with the rest of the codebase.
This commit is contained in:
parent
a8acb0900b
commit
8245b238ec
|
@ -28,9 +28,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
xdg.configFile."alacritty/alacritty.toml".source = (pkgs.formats.toml { }).generate "alacritty-config" {
|
||||
xdg.configFile."alacritty/alacritty.toml".source =
|
||||
(pkgs.formats.toml { }).generate "alacritty-config"
|
||||
{
|
||||
font = {
|
||||
size = 17;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue