wshowkeys feature

This commit is contained in:
2026-07-07 17:26:19 +01:00
parent 2d158c556f
commit 11133b4bb0
3 changed files with 185 additions and 1 deletions

View File

@@ -33,6 +33,10 @@
url = "github:coffeeispower/woomer";
inputs.nixpkgs.follows = "nixpkgs";
};
wshowkeys = {
url = "github:voidarclabs/wshowkeys";
inputs.nixpkgs.follows = "nixpkgs";
};
# Flake parts
flake-parts.url = "github:hercules-ci/flake-parts";