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 = {
hack-font fontDir.enable = true;
hasklig enableGhostscriptFonts = true;
symbola
xlibs.fontschumachermisc fonts = with pkgs; [
]; hack-font
xorg.fontschumachermisc
terminus_font_ttf
inconsolata
];
};
services.udev.extraRules = '' services.udev.extraRules = ''
SUBSYSTEM=="backlight", ACTION=="add", \ SUBSYSTEM=="backlight", ACTION=="add", \