From 1c04c41966415b03a15c57cfefeb6a2e4532448d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 21 Apr 2025 13:54:38 +0100 Subject: [PATCH] Use the bluetooth mixin --- hosts/lemp11/configuration.nix | 1 + hosts/lemp11/services.nix | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/lemp11/configuration.nix b/hosts/lemp11/configuration.nix index 6f76babe..98a2372c 100644 --- a/hosts/lemp11/configuration.nix +++ b/hosts/lemp11/configuration.nix @@ -8,6 +8,7 @@ ./services.nix mixins-avahi + mixins-bluetooth mixins-common mixins-zram mixins-zsh diff --git a/hosts/lemp11/services.nix b/hosts/lemp11/services.nix index 8aaa162c..0a219ba0 100644 --- a/hosts/lemp11/services.nix +++ b/hosts/lemp11/services.nix @@ -1,8 +1,6 @@ { services = { auto-cpufreq.enable = true; - - blueman.enable = true; gvfs.enable = true; openssh.enable = true; power-profiles-daemon.enable = false;