feat(fonts): install source-han-serif
This commit is contained in:
parent
cb0ea4e344
commit
f8a886fc55
1 changed files with 7 additions and 0 deletions
|
@ -27,6 +27,7 @@ in {
|
|||
dejavu_fonts
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
source-han-serif
|
||||
];
|
||||
|
||||
home-manager.users.buffet = {
|
||||
|
@ -119,7 +120,13 @@ in {
|
|||
};
|
||||
|
||||
services = {
|
||||
earlyoom = {
|
||||
enable = true;
|
||||
enableNotifications = true;
|
||||
};
|
||||
|
||||
tlp.enable = true;
|
||||
upower.enable = true;
|
||||
systembus-notify.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue