Add some fonts packages
This commit is contained in:
parent
1650bdc29b
commit
9462a7486e
1 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue