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
|
discover
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Enable XWayland
|
||||||
|
programs.xwayland.enable = true;
|
||||||
|
|
||||||
programs.partition-manager.enable = true;
|
programs.partition-manager.enable = true;
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
enableDefaultPackages = true;
|
||||||
|
fontDir.enable = true;
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
|
@ -62,6 +67,7 @@ in
|
||||||
];
|
];
|
||||||
emoji = [
|
emoji = [
|
||||||
"Twitter Color Emoji"
|
"Twitter Color Emoji"
|
||||||
|
"Noto Color Emoji"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue