mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: add Inter font
This commit is contained in:
parent
8f87cf30d6
commit
ac56b81640
1 changed files with 7 additions and 1 deletions
|
@ -91,7 +91,13 @@ in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
(google-fonts.override { fonts = [ "Lora" ]; })
|
(google-fonts.override {
|
||||||
|
fonts = [
|
||||||
|
"Lora"
|
||||||
|
"Inter"
|
||||||
|
];
|
||||||
|
})
|
||||||
|
|
||||||
]
|
]
|
||||||
++ (lib.optionals (!config.liminalOS.theming.enable) [
|
++ (lib.optionals (!config.liminalOS.theming.enable) [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue