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

View file

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