diff --git a/petalius.nix b/petalius.nix index cc4c9df..a4a947a 100644 --- a/petalius.nix +++ b/petalius.nix @@ -109,4 +109,9 @@ }; systemd.services.wireguard-wg0.wantedBy = pkgs.lib.mkOverride 10 []; + hardware.bluetooth = { + enable = true; + package = pkgs.bluezFull; + }; + }