mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 11:30:13 +00:00
use nerd-fonts subpackage
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
home-manager.users.${config.user} = lib.mkIf pkgs.stdenv.isDarwin {
|
||||
|
||||
home.packages = with pkgs; [ (nerdfonts.override { fonts = [ "VictorMono" ]; }) ];
|
||||
home.packages = with pkgs; [ nerd-fonts.victor-mono ];
|
||||
|
||||
programs.alacritty.settings = {
|
||||
font.normal.family = "VictorMono";
|
||||
|
Reference in New Issue
Block a user