audio
This commit is contained in:
parent
b93fa56328
commit
28456e0a79
4 changed files with 100 additions and 159 deletions
|
|
@ -112,7 +112,6 @@
|
|||
services.smartd.enable = true;
|
||||
# services.btrfs.autoScrub.enable = lib.mkDefault true;
|
||||
|
||||
# hardware.pulseaudio.enable = lib.mkDefault false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = lib.mkDefault true;
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
{
|
||||
environment.etc."alsa-card-profile/analog-input-internal-mic.conf".source = ../extras/analog-input-internal-mic.conf;
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
amdvlk
|
||||
];
|
||||
hardware.opengl.extraPackages32 = with pkgs; [
|
||||
hardware.graphics.extraPackages32 = with pkgs; [
|
||||
driversi686Linux.amdvlk
|
||||
];
|
||||
services.xserver.videoDrivers = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue