added nerdfonts-martian mono

deleted old shtuff
This commit is contained in:
2025-07-10 13:01:20 -05:00
parent 14de787e82
commit c5efc3fb44
9 changed files with 8 additions and 48 deletions

View File

@@ -1,5 +1,6 @@
{
imports = [
./fonts.nix
./hjem.nix
./network.nix
./packages.nix

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

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