From 07fd6ab252f3f58eca958b9a17b55fc0d50c27ca Mon Sep 17 00:00:00 2001 From: ponymushama Date: Tue, 23 Jul 2024 23:16:40 +0800 Subject: [PATCH] change font --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4e02efe..1cbe04a 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ browser = "librewolf"; # Default browser; must select one from ./user/app/browser/ defaultRoamDir = "Personal.p"; # Default org roam directory relative to ~/Org term = "alacritty"; # Default terminal command; - font = "Intel One Mono"; # Selected font + font = "JetBrainsMono Nerd Font Mono"; # Selected font fontPkg = pkgs.intel-one-mono; # Font package editor = "nvim"; # Default editor; # editor spawning translator