From 967be2c438b6bff10de2d5b0d2307818baff2d02 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 1 Sep 2025 00:08:22 -0700 Subject: [PATCH] lets see if this works --- hw/orion/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/orion/default.nix b/hw/orion/default.nix index e40436b..40febb9 100644 --- a/hw/orion/default.nix +++ b/hw/orion/default.nix @@ -5,3 +5,6 @@ ./hardware-configuration.nix ]; } + { + services.blueman.enable = true; + }