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
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue