🐛 Moved fmt to before git add, formatted file

This commit is contained in:
2025-04-13 13:22:57 +02:00
parent a7836ff585
commit 3b6a3e5a66
2 changed files with 11 additions and 11 deletions

View File

@ -6,14 +6,14 @@
];
fonts = {
fontconfig.enable = true;
packages = with pkgs; [
(nerdfonts.override { fonts = [ theme.nerdFont ]; })
jetbrains-mono
# The line below will replace the lines above in 25.05
# nerd-fonts.jetbrains-mono
font-awesome
];
};
fontconfig.enable = true;
packages = with pkgs; [
(nerdfonts.override { fonts = [ theme.nerdFont ]; })
jetbrains-mono
# The line below will replace the lines above in 25.05
# nerd-fonts.jetbrains-mono
font-awesome
];
};
}