feat(keyboard): add layouts and their variants to the xkb config

This commit is contained in:
Michael Aaron Murphy 2024-03-29 14:18:18 +01:00 committed by Michael Murphy
parent 2b88275af8
commit 42989b68a7
6 changed files with 308 additions and 69 deletions

View file

@ -1,5 +1,5 @@
[workspace]
members = ["cosmic-settings", "page", "pages/*"]
members = [ "cosmic-settings", "page", "pages/*"]
default-members = ["cosmic-settings"]
resolver = "2"
rust-version = "1.71.0"