updated terminal fonts

This commit is contained in:
specCon18 2023-08-31 00:14:52 -04:00
parent 84bde42545
commit 6034a5ea93
10 changed files with 379 additions and 410 deletions

View file

@ -67,4 +67,7 @@
displayManager.tuigreet.enable = true;
};
};
fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "SourceCodePro" "DroidSansMono" ]; })
];
}