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

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

6
modules/home/fonts.nix Normal file
View File

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