fix: Format according to nixfmt-rfc-style

This commit is contained in:
Jalil David Salamé Messina 2024-04-05 11:55:35 +02:00
parent e3e96bbf40
commit ce37942672
Signed by: jalil
GPG key ID: F016B9E770737A0B
24 changed files with 606 additions and 302 deletions

View file

@ -13,18 +13,30 @@ in
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
polarity = "dark";
fonts.monospace = [
{ name = "JetBrains Mono"; package = pkgs.jetbrains-mono; }
{
name = "JetBrains Mono";
package = pkgs.jetbrains-mono;
}
fallbackSymbols
];
fonts.sansSerif = [
{ name = "Noto Sans"; package = pkgs.noto-fonts; }
{
name = "Noto Sans";
package = pkgs.noto-fonts;
}
fallbackSymbols
];
fonts.serif = [
{ name = "Noto Serif"; package = pkgs.noto-fonts; }
{
name = "Noto Serif";
package = pkgs.noto-fonts;
}
fallbackSymbols
];
fonts.emoji = { package = pkgs.noto-fonts-emoji; name = "Noto Color Emoji"; };
fonts.emoji = {
package = pkgs.noto-fonts-emoji;
name = "Noto Color Emoji";
};
fonts.sizes.popups = 12;
targets.plymouth.logoAnimated = false;
targets.plymouth.logo = cfg.bootLogo;