changa one font (its in google fonts)

This commit is contained in:
2026-07-08 16:31:08 -05:00
parent 16d77233a8
commit 4b566d5cea
+4 -1
View File
@@ -1,7 +1,10 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ gimp ]; environment.systemPackages = with pkgs; [
gimp
google-fonts
];
programs.obs-studio = { programs.obs-studio = {
enable = true; enable = true;