diff options
| author | brustybee <bee@4d2.org> | 2026-03-07 05:42:57 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-07 05:42:57 +0530 |
| commit | 9a6b7c9daddfbed3ad1649742210a901864bd3aa (patch) | |
| tree | 261902e3ca343513dfd0bb3812d8c056d66b3e62 /common/default.nix | |
| parent | 20bb620ba13e9dd2617782fd8b48f02abed9d2ad (diff) | |
add overlays & override ioskeleyMono to mimic berkeley-mono
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix index 6f1f7b4..c331e65 100644 --- a/common/default.nix +++ b/common/default.nix @@ -2,6 +2,7 @@ inputs: { lib, ... }: { imports = [ + (lib.modules.importApply ./overlays { inherit inputs; }) (lib.modules.importApply ./modules { inherit inputs; }) ]; # flake.templates = import ./templates inputs; |
