This commit is contained in:
Philipp Hochkamp 2022-03-15 14:41:58 +01:00
parent f0376918bd
commit 6d573f15fd
No known key found for this signature in database
GPG key ID: 3676AB4CB36E5641
2 changed files with 0 additions and 5 deletions

View file

@ -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"

View file

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