Add some fonts packages

This commit is contained in:
Yorick Barbanneau 2023-09-11 00:09:44 +02:00
parent 1650bdc29b
commit 9462a7486e

View file

@ -1,9 +1,21 @@
{ pkgs, hostConfig, ... }:
{
home.packages = with pkgs; [
dejavu_fonts
emojione
(pkgs.nerdfonts.override { fonts = ["FiraCode"];})
font-awesome
lato
liberation_ttf
libertine
(nerdfonts.override {
fonts = [
"FiraCode"
];
})
noto-fonts-emoji
noto-fonts-cjk
libnotify
wl-clipboard
];