l baseX: use new fonts config

This commit is contained in:
lassulus 2022-03-23 15:50:55 +01:00
parent 48090639ed
commit 5f317cd595

View File

@ -96,12 +96,17 @@ in {
'') '')
]; ];
fonts.fonts = with pkgs; [ fonts = {
fontDir.enable = true;
enableGhostscriptFonts = true;
fonts = with pkgs; [
hack-font hack-font
hasklig xorg.fontschumachermisc
symbola terminus_font_ttf
xlibs.fontschumachermisc inconsolata
]; ];
};
services.udev.extraRules = '' services.udev.extraRules = ''
SUBSYSTEM=="backlight", ACTION=="add", \ SUBSYSTEM=="backlight", ACTION=="add", \