This commit is contained in:
Till 2024-06-29 11:57:53 +02:00
parent b86078e7eb
commit c0ec3c70af
2 changed files with 9 additions and 0 deletions

8
fonts.nix Normal file
View file

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

View file

@ -49,6 +49,7 @@
./gnome
./firefox.nix
./tex.nix
./fonts.nix
];
programs.obs-studio.enable = true;