Add waybar config and some fonts

This commit is contained in:
2024-02-27 21:13:42 +01:00
parent 6cedc8c144
commit 10765db295
3 changed files with 197 additions and 0 deletions

View File

@@ -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
];
}