mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: add bluetooth kyria
This commit is contained in:
parent
6338497d5f
commit
ba7c319683
2 changed files with 8 additions and 0 deletions
|
|
@ -3762,6 +3762,10 @@ This allows me to configure input options. Here, I am globally defining my split
|
||||||
xkb_layout = "us";
|
xkb_layout = "us";
|
||||||
xkb_variant = "altgr-intl";
|
xkb_variant = "altgr-intl";
|
||||||
};
|
};
|
||||||
|
"7504:24926:Kyria_Keyboard" = {
|
||||||
|
xkb_layout = "us";
|
||||||
|
xkb_variant = "altgr-intl";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
options.swarselsystems.touchpad = mkOption {
|
options.swarselsystems.touchpad = mkOption {
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@ in
|
||||||
xkb_layout = "us";
|
xkb_layout = "us";
|
||||||
xkb_variant = "altgr-intl";
|
xkb_variant = "altgr-intl";
|
||||||
};
|
};
|
||||||
|
"7504:24926:Kyria_Keyboard" = {
|
||||||
|
xkb_layout = "us";
|
||||||
|
xkb_variant = "altgr-intl";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
options.swarselsystems.touchpad = mkOption {
|
options.swarselsystems.touchpad = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue