added some fonts

This commit is contained in:
Jakub Kropáček 2025-05-26 16:45:23 +02:00
parent e64cb304f8
commit 43cf8e1b42

View file

@ -52,5 +52,10 @@ in
environment.systemPackages = with pkgs; [
gnome-tweaks
];
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-emoji
];
};
}