This commit is contained in:
DarkGui
2025-09-23 15:17:07 -03:00
parent 648b9e51a3
commit 30d0af2b55
29 changed files with 1 additions and 1106 deletions
-11
View File
@@ -1,11 +0,0 @@
{config, pkgs, ...}: {
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
nerd-fonts.jetbrains-mono
nerd-fonts.ubuntu-mono
nerd-fonts.ubuntu-sans
nerd-fonts.dejavu-sans-mono
nerd-fonts.fira-code
nerd-fonts.overpass
];
}