summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/settings/hardware/qwerty.nix9
-rw-r--r--user/packages/node2nix/Makefile2
2 files changed, 1 insertions, 10 deletions
diff --git a/system/settings/hardware/qwerty.nix b/system/settings/hardware/qwerty.nix
deleted file mode 100644
index c967d561..00000000
--- a/system/settings/hardware/qwerty.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-  services.xserver = {
-    layout = "us";
-    xkbVariant = "intl-unicode";
-    xkbOptions = "altwin:prtsc_rwin,caps:escape";
-  };
-}
diff --git a/user/packages/node2nix/Makefile b/user/packages/node2nix/Makefile
index a3ae0505..740012ed 100644
--- a/user/packages/node2nix/Makefile
+++ b/user/packages/node2nix/Makefile
@@ -1,5 +1,5 @@
 default.nix: node-packages.json
-	node2nix --nodejs-12 --input $<
+	nix-shell -p nodePackages.node2nix --run "node2nix --nodejs-12 --input $<"
 
 install: default.nix
 	nix-env -f default.nix -i