🐛 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 = {
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
];
};
}

View File

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