bluetooth

This commit is contained in:
2025-09-07 17:01:17 -05:00
parent 8e1915a781
commit a3411fe361
2 changed files with 20 additions and 1 deletions
+19
View File
@@ -29,6 +29,7 @@
"/var/log"
"/var/db/sudo/lectured"
"/var/lib/nixos"
"/var/lib/bluetooth"
];
};
@@ -150,6 +151,24 @@
};
};
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
# Shows battery charge of connected devices on supported
# Bluetooth adapters. Defaults to 'false'.
Experimental = true;
};
Policy = {
# Enable all controllers when they are found. This includes
# adapters present on start as well as adapters that are plugged
# in later on.
AutoEnable = true;
};
};
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.variables = {
+1 -1
View File
@@ -56,7 +56,7 @@
".mozilla/firefox/roy/storage/default"
".cache/mozilla/firefox/roy"
# persist steam
".steam"
".local/share/Steam"
];
files = [
".bash_history"