From c93e750c936722bbc769994d4f8bbd229b489dff Mon Sep 17 00:00:00 2001 From: sils Date: Sat, 25 Mar 2023 19:03:55 +0100 Subject: Fix(hosts/thinklappi.nix): Correct path --- hosts/thinklappi/thinklappi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/thinklappi/thinklappi.nix b/hosts/thinklappi/thinklappi.nix index 5a3f0f6..05909b9 100644 --- a/hosts/thinklappi/thinklappi.nix +++ b/hosts/thinklappi/thinklappi.nix @@ -4,7 +4,7 @@ ... }: let compiledLayout = pkgs.runCommand "keyboard-layout" {} '' - ${pkgs.xorg.xkbcomp}/bin/xkbcomp ${../files/neoqwertz.xkb} $out + ${pkgs.xorg.xkbcomp}/bin/xkbcomp ${../../files/neoqwertz.xkb} $out ''; in { imports = [ -- cgit 1.4.1