diff --git a/hosts/common/default.nix b/hosts/common/default.nix index eecdc62..5586288 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -62,6 +62,9 @@ hardware.opengl.driSupport32Bit = true; + hardware.bluetooth.enable = true; + services.blueman.enable = true; + # Define a user account. Don't forget to set a password with ‘passwd’. users.users.daniel = { isNormalUser = true;