15 lines
259 B
Nix
15 lines
259 B
Nix
{
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
settings.General.Enable = "Source,Sink,Media,Socket";
|
|
};
|
|
|
|
services = {
|
|
desktopManager.plasma6.enable = true;
|
|
displayManager.sddm = {
|
|
enable = true;
|
|
wayland.enable = true;
|
|
};
|
|
};
|
|
}
|