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";
|
xkbVariant = "neo";
|
||||||
};
|
};
|
||||||
#programs.sway.enable = true;
|
#programs.sway.enable = true;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_xanmod;
|
boot.kernelPackages = pkgs.zfsUnstable.latestCompatibleLinuxPackages;
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enabled = "ibus";
|
enabled = "ibus";
|
||||||
ibus.engines = with pkgs.ibus-engines; [anthy];
|
ibus.engines = with pkgs.ibus-engines; [anthy];
|
||||||
|
|
|
@ -175,4 +175,6 @@
|
||||||
"ca-derivations"
|
"ca-derivations"
|
||||||
];
|
];
|
||||||
services.joycond.enable = true;
|
services.joycond.enable = true;
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
services.blueman.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue