i cant spell package apparently

This commit is contained in:
2026-07-10 17:14:21 +01:00
parent 839e1fd5f5
commit 5c9c915457

View File

@@ -6,7 +6,7 @@
flake.nixosModules.wshowkeys = moduleWithSystem ({inputs', ...}: { flake.nixosModules.wshowkeys = moduleWithSystem ({inputs', ...}: {
programs.wshowkeys = { programs.wshowkeys = {
enable = true; enable = true;
pacakge = inputs'.wshowkeys.packages.default; package = inputs'.wshowkeys.packages.default;
}; };
}); });
perSystem = { perSystem = {