mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:36:35 +01:00
Re-enable audio
This commit is contained in:
parent
e4672a1bf8
commit
b0500b1b1e
2 changed files with 1 additions and 6 deletions
|
@ -25,10 +25,5 @@ in
|
|||
};
|
||||
|
||||
hardware.pulseaudio.enable = mkForce false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pulsemixer
|
||||
pavucontrol
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
custom.system.boot.uefi.enable = true;
|
||||
custom.system.xdg.enable = true;
|
||||
custom.system.fonts.enable = true;
|
||||
#custom.hardware.audio.enable = true;
|
||||
custom.hardware.audio.enable = true;
|
||||
custom.hardware.printing.enable = true;
|
||||
custom.system.ssh.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue