Merge pull request #94 from DarkKirb/fix-joycon-support
fix(thinkrac): Enable bluetooth on thinkrac
This commit is contained in:
commit
69931e299c
2 changed files with 3 additions and 1 deletions
|
@ -129,7 +129,7 @@ in {
|
|||
xkbVariant = "neo";
|
||||
};
|
||||
#programs.sway.enable = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod;
|
||||
boot.kernelPackages = pkgs.zfsUnstable.latestCompatibleLinuxPackages;
|
||||
i18n.inputMethod = {
|
||||
enabled = "ibus";
|
||||
ibus.engines = with pkgs.ibus-engines; [anthy];
|
||||
|
|
|
@ -175,4 +175,6 @@
|
|||
"ca-derivations"
|
||||
];
|
||||
services.joycond.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue