mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-04 03:53:35 +08:00
carbon requires pulseaudio
This commit is contained in:
parent
e8ecec56c0
commit
171b27b444
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@
|
|||
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||
services.xserver.dpi = 170;
|
||||
|
||||
hardware.pulseaudio.enable = true;
|
||||
hardware.pulseaudio.support32Bit = true; ## If compatibility with 32-bit applications is desired.
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue