Separated PipeWire audio configuration from bluetooth hardware settings for better logical organization. Moved bluetooth config to hardware-configuration.nix alongside kernel module workarounds (disable_ertm, iwlwifi power_save). Also added documentation for permittedInsecurePackages in global config and updated flake dependencies.
15 lines
195 B
Nix
15 lines
195 B
Nix
{...}: {
|
|
imports = [
|
|
./amdgpu-clocks
|
|
./audio
|
|
./borgbackup
|
|
./flatpak
|
|
./internet-sharing
|
|
./libinput
|
|
./printing
|
|
./snapper
|
|
./ssh
|
|
./udev
|
|
./xserver
|
|
];
|
|
}
|