Use nixfmt to format all .nix files

This commit is contained in:
Bart van der Braak 2025-01-22 11:14:58 +01:00
parent 454d2b9341
commit e993042ff6
48 changed files with 206 additions and 140 deletions

View file

@ -13,17 +13,17 @@
# Enable PipeWire and ALSA support
services.pipewire = {
enable = true;
alsa.enable = true; # Enable ALSA support
alsa.enable = true; # Enable ALSA support
alsa.support32Bit = true; # Support for 32-bit applications
pulse.enable = true; # Enable PulseAudio compatibility layer
pulse.enable = true; # Enable PulseAudio compatibility layer
};
# Enable libinput for input device handling
services.libinput.enable = true;
# Enable security-related service for realtime audio tasks
security.rtkit.enable = true;
# Enable to update some devices' firmware
services.fwupd.enable = true;
@ -40,4 +40,4 @@
services.printing.enable = true;
services.printing.browsed.enable = false;
hardware.bluetooth.enable = true;
}
}