From 1deee8da032e012f43825c91f80a0de2667e0f18 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 21 Aug 2025 12:53:35 -0400 Subject: modularize brave config and rmpc config and theme --- configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index bb9cd86..45372c7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,7 +94,11 @@ }; programs.regreet.enable = true; - +fonts.packages = with pkgs; [ + nerd-fonts.jetbrains-mono + nerd-fonts.fira-code + nerd-fonts.droid-sans-mono +]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; -- cgit v1.3.1