installed fonts

This commit is contained in:
Leyla Becker 2025-08-26 15:53:45 -05:00
parent d128b54a05
commit 060e6ef037
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,5 @@
{
pkgs,
config,
osConfig,
...
@ -82,5 +83,12 @@
# EDITOR = "emacs";
};
};
# TODO: move this into a fonts module
home.packages = with pkgs; [
aileron
nerd-fonts.open-dyslexic
];
fonts.fontconfig.enable = true;
};
}