From 6a3387b8bd9121657a91e5b8a9992f77ed79b1cb Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Fri, 24 Jan 2025 11:13:06 -0800 Subject: [PATCH] fix: set font for tux --- nix/hosts/tux/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/hosts/tux/configuration.nix b/nix/hosts/tux/configuration.nix index d99ac97..184fed5 100644 --- a/nix/hosts/tux/configuration.nix +++ b/nix/hosts/tux/configuration.nix @@ -27,6 +27,10 @@ wheelNeedsPassword = false; }; + fonts.packages = with pkgs; [ + nerd-fonts.jetbrains-mono + ]; + hm.enable = true; i3.enable = true; kanata.enable = true;