moved fonts to home

This commit is contained in:
2026-01-30 20:30:30 -06:00
parent 835e7498e4
commit c08fb243cc
3 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,6 @@
./nvim.nix ./nvim.nix
./zsh ./zsh
./git.nix ./git.nix
./fonts.nix
./hjem.nix ./hjem.nix
./network.nix ./network.nix
./packages.nix ./packages.nix

View File

@@ -2,5 +2,6 @@
imports = [ imports = [
./hyprland ./hyprland
./packages.nix ./packages.nix
./fonts.nix
]; ];
} }