From 3b6a3e5a66f0339930de27e32fdee33460b16975 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Sun, 13 Apr 2025 13:22:57 +0200 Subject: [PATCH] :bug: Moved fmt to before git add, formatted file --- hosts/thinkpad/modules/fonts.nix | 18 +++++++++--------- justfile | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/hosts/thinkpad/modules/fonts.nix b/hosts/thinkpad/modules/fonts.nix index ad5af82..260486a 100644 --- a/hosts/thinkpad/modules/fonts.nix +++ b/hosts/thinkpad/modules/fonts.nix @@ -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 + ]; + }; } diff --git a/justfile b/justfile index a654adf..b14eadc 100644 --- a/justfile +++ b/justfile @@ -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: