waybar updates

This commit is contained in:
mjallen18
2024-08-15 18:20:06 -05:00
parent d86a1d34c1
commit 1bf2b400c7
4 changed files with 84 additions and 26 deletions

View File

@@ -71,10 +71,18 @@
};
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-color-emoji
nerdfonts
meslo-lgs-nf
];
fonts.fontconfig.defaultFonts = {
emoji = [
"Noto Color Emoji"
];
};
nixpkgs.overlays = [
(self: super: {
waybar = super.waybar.overrideAttrs (oldAttrs: {