update inputs, clean up bluetooth

This commit is contained in:
2026-03-31 00:08:07 -05:00
parent 9c163657bd
commit 1b74af940e
3 changed files with 19 additions and 44 deletions
+4 -28
View File
@@ -34,7 +34,6 @@
"/var/log"
"/var/db/sudo/lectured"
"/var/lib/nixos"
"/var/lib/bluetooth"
];
};
@@ -103,16 +102,11 @@
openFirewall = true;
};
# Graphical bluetooth
services.blueman.enable = true;
# Enable sound.
# hardware.pulseaudio.enable = true;
# OR
# services.pipewire = {
# enable = true;
# pulse.enable = true;
# };
services.pipewire = {
enable = true;
pulse.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
services.libinput.enable = true;
@@ -175,24 +169,6 @@
};
};
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 = {