Merge pull request #94 from DarkKirb/fix-joycon-support

fix(thinkrac): Enable bluetooth on thinkrac
This commit is contained in:
Charlotte 🦝 Delenk 2022-12-12 08:40:09 +01:00 committed by GitHub
commit 69931e299c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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];

View file

@ -175,4 +175,6 @@
"ca-derivations"
];
services.joycond.enable = true;
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}