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 }; }