🐛 Moved fmt to before git add, formatted file

This commit is contained in:
Martin Berg Alstad 2025-04-13 13:22:57 +02:00
parent a7836ff585
commit 3b6a3e5a66
Signed by: martials
GPG Key ID: 706F53DD087A91DE
2 changed files with 11 additions and 11 deletions

View File

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

View File

@ -5,13 +5,13 @@ fmt:
treefmt --on-unmatched info treefmt --on-unmatched info
test *FLAGS: test *FLAGS:
git add .
just fmt just fmt
git add .
nh os test . {{FLAGS}} nh os test . {{FLAGS}}
switch *FLAGS: switch *FLAGS:
git add .
just fmt just fmt
git add .
nh os switch . {{FLAGS}} nh os switch . {{FLAGS}}
switch-now *FLAGS: switch-now *FLAGS: