install lmodern font
This commit is contained in:
parent
d0b84c71ef
commit
413d6aa28b
|
@ -33,4 +33,9 @@
|
|||
];
|
||||
pathsToLink = ["/share/zsh"];
|
||||
};
|
||||
|
||||
# System Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
lmodern
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue