some font stuff

This commit is contained in:
cswimr 2024-12-22 13:44:39 -05:00
parent ad04e963dd
commit 4f2d5162c7
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -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"
]; ];
}; };
}; };