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: