mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
noctalia-shell: Disable bluetooth auto connect
This commit is contained in:
parent
5eba758e82
commit
5183f2bc39
1 changed files with 3 additions and 2 deletions
|
|
@ -92,14 +92,15 @@
|
|||
2
|
||||
3
|
||||
];
|
||||
location.name = "Darmstadt";
|
||||
sessionMenu = {
|
||||
largeButtonsStyle = false;
|
||||
countdownDuration = 3000;
|
||||
};
|
||||
idle.enabled = true;
|
||||
audio.mprisBlacklist = "firefox";
|
||||
audio.mprisBlacklist = [ "firefox" ];
|
||||
network.bluetoothAutoConnect = false;
|
||||
location = {
|
||||
name = "Darmstadt";
|
||||
firstDayOfWeek = 1;
|
||||
showWeekNumberInCalendar = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue