diff options
author | sils <sils@sils.li> | 2023-03-25 19:03:55 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-03-25 19:03:55 +0100 |
commit | c93e750c936722bbc769994d4f8bbd229b489dff (patch) | |
tree | ec032704c95f66145e296e75fbb95518a23f7f37 /hosts | |
parent | Fix(flake.lock): Update (diff) | |
download | nix-config-c93e750c936722bbc769994d4f8bbd229b489dff.tar.gz nix-config-c93e750c936722bbc769994d4f8bbd229b489dff.zip |
Fix(hosts/thinklappi.nix): Correct path
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/thinklappi/thinklappi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |