about summary refs log tree commit diff stats
path: root/inputs.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-29 12:35:08 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-29 12:35:08 +0200
commite3f07cdbdb62936a0f7f71537de7fb0991abc6ac (patch)
treebd43a72e16bbf481057ca828af43649fd98b5a3a /inputs.nix
parentscripts/why-depends: Support limiting the search to precises names (diff)
downloadnixos-config-e3f07cdbdb62936a0f7f71537de7fb0991abc6ac.zip
inputs.nix: Rename `qmk_layout` to `qmk_firmware`
The consumer code expects this name.
Diffstat (limited to 'inputs.nix')
-rw-r--r--inputs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/inputs.nix b/inputs.nix
index 968cca8f..7d89fb55 100644
--- a/inputs.nix
+++ b/inputs.nix
@@ -38,7 +38,7 @@ in {
   "nixvim" = {
     url = "github:nix-community/nixvim/main";
   };
-  "qmk_layout" = {
+  "qmk_firmware" = {
     url = "git+https://git.foss-syndicate.org/bpeetz/qmk_layout?ref=prime";
   };
   # "serverphone" = {