mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-06-28 12:19:09 +00:00
Use nixfmt
to format all .nix files
This commit is contained in:
parent
454d2b9341
commit
e993042ff6
48 changed files with 206 additions and 140 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue