diff --git a/config/desktop.nix b/config/desktop.nix index 59b40f7c..59d61741 100644 --- a/config/desktop.nix +++ b/config/desktop.nix @@ -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]; diff --git a/config/thinkrac.nix b/config/thinkrac.nix index a494d8dc..000aa6b8 100644 --- a/config/thinkrac.nix +++ b/config/thinkrac.nix @@ -175,4 +175,6 @@ "ca-derivations" ]; services.joycond.enable = true; + hardware.bluetooth.enable = true; + services.blueman.enable = true; }