From 2709c6aa130f5eea8414573fa1a7c8a18607ad8d Mon Sep 17 00:00:00 2001 From: beeb5k Date: Fri, 5 Jun 2026 18:22:37 +0530 Subject: Correct font name --- common/overlays/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/overlays/default.nix') 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; }; } -- cgit v1.3.1