some font stuff
This commit is contained in:
parent
ad04e963dd
commit
4f2d5162c7
1 changed files with 6 additions and 0 deletions
|
@ -45,9 +45,14 @@ in
|
|||
discover
|
||||
];
|
||||
|
||||
# Enable XWayland
|
||||
programs.xwayland.enable = true;
|
||||
|
||||
programs.partition-manager.enable = true;
|
||||
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
fontDir.enable = true;
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
|
@ -62,6 +67,7 @@ in
|
|||
];
|
||||
emoji = [
|
||||
"Twitter Color Emoji"
|
||||
"Noto Color Emoji"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue