Adicionando home-manager

Upd de rotina e adiçao do home-manager
This commit is contained in:
Guilherme Hermando
2025-09-12 21:55:58 -03:00
committed by GitHub
parent a9d54e8134
commit 4ee77b05e3
8 changed files with 103 additions and 48 deletions
+11
View File
@@ -0,0 +1,11 @@
{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
];
}