feat(fonts): install source-han-serif

This commit is contained in:
buffet 2023-06-05 11:04:48 +02:00
parent cb0ea4e344
commit f8a886fc55

View file

@ -27,6 +27,7 @@ in {
dejavu_fonts dejavu_fonts
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
source-han-serif
]; ];
home-manager.users.buffet = { home-manager.users.buffet = {
@ -119,7 +120,13 @@ in {
}; };
services = { services = {
earlyoom = {
enable = true;
enableNotifications = true;
};
tlp.enable = true; tlp.enable = true;
upower.enable = true; upower.enable = true;
systembus-notify.enable = true;
}; };
} }