From a05de7df1f37f412a894b120d085ba327bcddf24 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 19 Apr 2026 23:20:06 -0500 Subject: [PATCH] Added nerd fonts to nixos config for john-p14s --- modules/hosts/john-p14s/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index fd61dd2..538a611 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -83,6 +83,11 @@ }; }; + fonts.packages = with pkgs; [ + nerd-fonts.hack + nerd-fonts.sauce-code-pro + ]; + services.libinput.enable = true; # Enable touchpad support (enabled default in most desktopManager). services.fprintd.enable = true; # Enables fingerprint sensor