summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi/thinklappi.nix2
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 = [