mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 17:28:33 +02:00
refactor: fonts (#194)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user