mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
shrink fonts selection
This commit is contained in:
parent
04d71f2790
commit
b5aee3df8b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in
|
|||
|
||||
sconfig.alacritty.enable = true;
|
||||
|
||||
fonts.fonts = [ pkgs.nerdfonts ];
|
||||
fonts.fonts = [ (pkgs.nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) ];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
|
|
Loading…
Reference in a new issue