mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-28 11:47:04 +02:00
refactor: fonts (#194)
This commit is contained in:
7
modules/base/overlays.nix
Normal file
7
modules/base/overlays.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{nuenv, ...} @ args: {
|
||||
nixpkgs.overlays =
|
||||
[
|
||||
nuenv.overlays.default
|
||||
]
|
||||
++ (import ../../overlays args);
|
||||
}
|
||||
Reference in New Issue
Block a user