forked from nico/dots
nix: updated nerd fonts to match new namespace in nixpkgs
This commit is contained in:
parent
102017fa82
commit
2cdd49b396
1 changed files with 4 additions and 4 deletions
|
|
@ -5,10 +5,10 @@
|
|||
fonts = {
|
||||
fontDir.enable = true;
|
||||
packages = with pkgs; [
|
||||
noto-fonts # most langs and emojis
|
||||
noto-fonts-cjk-sans # gets japanese and chinese langs
|
||||
nerdfonts # programming fonts
|
||||
corefonts # basic web fonts
|
||||
noto-fonts # most langs and emojis
|
||||
noto-fonts-cjk-sans # gets japanese and chinese langs
|
||||
nerd-fonts.jetbrains-mono # programming fonts
|
||||
corefonts # basic web fonts
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue