Add waybar and fonts

This commit is contained in:
2026-01-16 23:49:42 +01:00
parent c02ae342fe
commit fd1644d077
3 changed files with 20 additions and 0 deletions

13
other/fonts.nix Normal file
View File

@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
nerd-fonts.fira-code
nerd-fonts.droid-sans-mono
nerd-fonts.noto
nerd-fonts.hack
nerd-fonts.ubuntu
];
}