@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
nerd-fonts.hurmit
];
fontconfig.defaultFonts.monospace = [ "Hurmit Nerd Font Mono" ];
};
}
The note is not visible to the blocked user.