This commit is contained in:
mjallen18
2025-12-01 14:50:23 -06:00
parent 73581fd8f0
commit 47e2b0caf8
15 changed files with 375 additions and 44 deletions

View File

@@ -3,6 +3,7 @@
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{
lib,
pkgs,
namespace,
...
@@ -77,8 +78,8 @@
hwRender = true;
fonts = [
{
name = "JetBrainsMono NFM";
package = pkgs.nerd-fonts.jetbrains-mono;
name = lib.mkDefault "JetBrainsMono NFM";
package = lib.mkDefault pkgs.nerd-fonts.jetbrains-mono;
}
];
};