omniflake/fonts.nix
2024-06-29 11:57:53 +02:00

8 lines
96 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
poppins
source-sans-pro
];
}