From acd34e957820d9219eab42ca1fc5522c5c4d8466 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 23 Aug 2024 09:38:06 +0100 Subject: [PATCH] add blueman support --- hosts/gabbielaptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 288b2d2..88178b5 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -115,6 +115,7 @@ services.fprintd.enable = true; hardware.bluetooth.enable = true; + services.blueman.enable = true; # Install firefox. programs.firefox.enable = true;