diff --git a/configuration.nix b/configuration.nix index b245492..2cd0075 100644 --- a/configuration.nix +++ b/configuration.nix @@ -136,6 +136,11 @@ }; hardware = { + bluetooth = { + enable = true; + powerOnBoot = true; + }; + graphics = { enable = true; enable32Bit = true;