mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 00:39: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
|
2
|
||||||
3
|
3
|
||||||
];
|
];
|
||||||
location.name = "Darmstadt";
|
|
||||||
sessionMenu = {
|
sessionMenu = {
|
||||||
largeButtonsStyle = false;
|
largeButtonsStyle = false;
|
||||||
countdownDuration = 3000;
|
countdownDuration = 3000;
|
||||||
};
|
};
|
||||||
idle.enabled = true;
|
idle.enabled = true;
|
||||||
audio.mprisBlacklist = "firefox";
|
audio.mprisBlacklist = [ "firefox" ];
|
||||||
|
network.bluetoothAutoConnect = false;
|
||||||
location = {
|
location = {
|
||||||
|
name = "Darmstadt";
|
||||||
firstDayOfWeek = 1;
|
firstDayOfWeek = 1;
|
||||||
showWeekNumberInCalendar = true;
|
showWeekNumberInCalendar = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue