From 66d885e9540ec691b000857c84e2a72e10d9e329 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Sun, 11 Jun 2023 20:10:59 -0400 Subject: [PATCH] Nerdfonts Added in nerdfonts support. --- base-config.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base-config.nix b/base-config.nix index 78175f4..36d9e84 100644 --- a/base-config.nix +++ b/base-config.nix @@ -115,10 +115,11 @@ # $ nix search wget environment.systemPackages = with pkgs; [ # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - vim - zsh git + nerdfonts + vim xclip + zsh ]; # List of users allowed to connect to the Nix daemon