fix: add missing xremap input

This commit is contained in:
Guz
2025-02-07 14:25:59 -03:00
parent bb6c094ae1
commit 10f8d8e70e

View File

@@ -19,6 +19,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
xremap = {
url = "github:xremap/nix-flake";
inputs.nixpkgs.follows = "nixpkgs";
};