nixos-configs/homeConfigurations/vinzenz/fonts.nix
Vinzenz Schroeter ad07823b87 stylix: sans-serif Inter
waybar: change font to system sans-serif
2025-11-13 15:24:00 +01:00

8 lines
119 B
Nix

{ pkgs, ... }:
{
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
roboto-mono
recursive
];
}