l baseX: use new fonts config
This commit is contained in:
parent
48090639ed
commit
5f317cd595
@ -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", \
|
||||||
|
Loading…
Reference in New Issue
Block a user