✨ feat(fonts): Install Maple Mono and set it as the default mono font
This commit is contained in:
parent
414afef12f
commit
1040b97988
1 changed files with 3 additions and 0 deletions
|
@ -16,8 +16,11 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
inputs.alejandra.defaultPackage.${system}
|
inputs.alejandra.defaultPackage.${system}
|
||||||
just
|
just
|
||||||
|
maple-mono-NF
|
||||||
];
|
];
|
||||||
|
|
||||||
|
fonts.fontconfig.defaultFonts.monospace = "Maple Mono NF";
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./bat
|
./bat
|
||||||
./btop
|
./btop
|
||||||
|
|
Loading…
Reference in a new issue