diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-05 18:22:37 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-05 18:22:37 +0530 |
| commit | 2709c6aa130f5eea8414573fa1a7c8a18607ad8d (patch) | |
| tree | 9a3da3284e0e3fc25bd3e254c010e5ce4919dacd /common/overlays/default.nix | |
| parent | 1c596e4918dca3e47783aa5f064939f80bdea166 (diff) | |
Correct font name
Diffstat (limited to 'common/overlays/default.nix')
| -rw-r--r-- | common/overlays/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/overlays/default.nix b/common/overlays/default.nix index d111fe7..5a6f72b 100644 --- a/common/overlays/default.nix +++ b/common/overlays/default.nix @@ -1,7 +1,7 @@ { inputs, ... }: { flake.overlays = { - iosevkaInput = import ./ioskeleyInput.nix; + IosevkaInput = import ./IosevkaInput.nix; qt6ct = import ./qt6ct.nix; }; } |
