Add wshowkeys

This commit is contained in:
Jakob Lechner 2024-11-07 21:28:23 +01:00
parent 7f03078b58
commit 525be5d0d0

View file

@ -28,4 +28,6 @@ lib.mkIf (config.jalr.gui.enable && config.jalr.gui.desktop == "sway") {
};
icons.enable = true;
};
programs.wshowkeys.enable = true;
}