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
./zsh
./git.nix
./fonts.nix
./hjem.nix
./network.nix
./packages.nix

View File

@@ -1,6 +0,0 @@
{ pkgs, ... }:
{
fonts.packages = with pkgs; [
nerd-fonts.martian-mono
];
}