refactor: fonts (#194)

This commit is contained in:
Ryan Yin
2025-06-22 20:13:50 +08:00
committed by GitHub
parent 5716831d6c
commit 4ec26c5e5f
20 changed files with 210 additions and 199 deletions

View File

@@ -21,7 +21,12 @@
# host specific
"hosts/darwin-${name}"
])
++ [];
++ [
{
modules.desktop.fonts.enable = true;
}
];
home-modules = map mylib.relativeToRoot [
"hosts/darwin-${name}/home.nix"
"home/darwin"

View File

@@ -21,7 +21,11 @@
# host specific
"hosts/darwin-${name}"
])
++ [];
++ [
{
modules.desktop.fonts.enable = true;
}
];
home-modules = map mylib.relativeToRoot [
"hosts/darwin-${name}/home.nix"
"home/darwin"