update, fonts

This commit is contained in:
Till 2024-07-01 22:59:08 +02:00
parent c0ec3c70af
commit 2ef817e370
2 changed files with 9 additions and 9 deletions

8
home/fonts.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
poppins
source-sans-pro
];
}