feat(system): add bluetooth to every system by default

This commit is contained in:
xezo360hye 2024-09-27 01:56:15 +03:00
parent c94b6da250
commit 5a2ba0e314
3 changed files with 6 additions and 10 deletions

View File

@ -112,6 +112,12 @@ in
];
hardware.bluetooth = {
enable = true;
settings.General.Enable = "Source,Sink,Media,Socket";
};
# Xorg
security.rtkit.enable = true;
services = {

View File

@ -1,11 +1,6 @@
{
services.distccd.maxJobs = 4;
hardware.bluetooth = {
enable = true;
settings.General.Enable = "Source,Sink,Media,Socket";
};
services = {
desktopManager.plasma6.enable = true;
displayManager.sddm = {

View File

@ -12,11 +12,6 @@
};
};
hardware.bluetooth = {
enable = true;
settings.General.Enable = "Source,Sink,Media,Socket";
};
services = {
desktopManager.plasma6.enable = true;
displayManager.sddm = {