From 6d573f15fd64d38e1df2012107be6d18e38ccc5f Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Tue, 15 Mar 2022 14:41:58 +0100 Subject: [PATCH] a --- nixos-modules/hardware/bluetooth.nix | 4 ---- nixos-modules/hardware/laptop.nix | 1 - 2 files changed, 5 deletions(-) diff --git a/nixos-modules/hardware/bluetooth.nix b/nixos-modules/hardware/bluetooth.nix index cd7c254a..8dc77204 100644 --- a/nixos-modules/hardware/bluetooth.nix +++ b/nixos-modules/hardware/bluetooth.nix @@ -11,10 +11,6 @@ in extraModules = [ pkgs.pulseaudio-modules-bt ]; package = pkgs.pulseaudioFull; }; - ragon.gui.autostart = [ - [ "${pkgs.blueberry}/bin/blueberry-tray" ] - ]; - environment.systemPackages = (if config.ragon.gui.enable then [ pkgs.blueberry ] else [ ]); ragon.persist.extraDirectories = [ "/var/lib/bluetooth" diff --git a/nixos-modules/hardware/laptop.nix b/nixos-modules/hardware/laptop.nix index dbd02ab0..a0d552c2 100644 --- a/nixos-modules/hardware/laptop.nix +++ b/nixos-modules/hardware/laptop.nix @@ -17,7 +17,6 @@ in }; hardware.acpilight.enable = true; services.thermald.enable = true; - ragon.gui.laptop = true; ragon.hardware.bluetooth.enable = true; # laptops normally have BT }; }