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, config,
osConfig, osConfig,
... ...
@ -82,5 +83,12 @@
# EDITOR = "emacs"; # EDITOR = "emacs";
}; };
}; };
# TODO: move this into a fonts module
home.packages = with pkgs; [
aileron
nerd-fonts.open-dyslexic
];
fonts.fontconfig.enable = true;
}; };
} }

View file

@ -67,8 +67,6 @@ in {
home.packages = ( home.packages = (
(with pkgs; [ (with pkgs; [
aileron
proxmark3 proxmark3
]) ])
++ ( ++ (