Update nix-darwin and home-manager
This commit is contained in:
parent
ede105b28a
commit
9fb22cb082
2 changed files with 9 additions and 9 deletions
|
@ -22,7 +22,7 @@ with lib;
|
|||
monospace = lib.mkBefore [ "IBM Plex Mono" ];
|
||||
};
|
||||
};
|
||||
} else {}) // (if (strings.hasSuffix "darwin" pkgs.system) then {
|
||||
enableFontDir = true;
|
||||
} else {});
|
||||
} else { }) // (if (strings.hasSuffix "darwin" pkgs.system) then {
|
||||
fontDir.enable = true;
|
||||
} else { });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue