Add waybar config and some fonts
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ twemoji-color-font ];
|
||||
fonts.packages = with pkgs; [
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
twemoji-color-font
|
||||
font-awesome
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user