imported laptop configs

This commit is contained in:
2026-02-13 19:15:24 -06:00
parent 7d23fc780c
commit 7dd1c8d2d4
9 changed files with 373 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{self, inputs, ...}: {
flake.nixosModules.fonts = { pkgs, ... }: {
fonts.packages = with pkgs; [
nerd-fonts.jetbrains-mono
nerd-fonts.noto
corefonts
unifont
font-awesome
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
];
};
}