diff --git a/configs/home/cli.nix b/configs/home/cli.nix index 50206a9..6a8d0c3 100644 --- a/configs/home/cli.nix +++ b/configs/home/cli.nix @@ -8,8 +8,6 @@ thefuck atool linuxPackages.perf - meslo-lg - nerdfonts ]; programs = { diff --git a/configs/system.nix b/configs/system.nix index f067476..4a59ef6 100644 --- a/configs/system.nix +++ b/configs/system.nix @@ -23,8 +23,7 @@ ]; fonts = { fonts = with pkgs; [ - meslo-lg - nerdfonts + (nerdfonts.override { fonts = [ "Meslo" ]; }) ]; fontconfig.defaultFonts = { monospace = [ "MesloLGMDZ Nerd Font Mono" ];