Configure sound
This commit is contained in:
parent
77b5bbdf32
commit
dcff16294f
@ -3,5 +3,6 @@
|
|||||||
./podman.nix
|
./podman.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
|
./services.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
11
system/services.nix
Normal file
11
system/services.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{ ... }: {
|
||||||
|
services = {
|
||||||
|
dbus.enable = true;
|
||||||
|
pipewire = {
|
||||||
|
enable = true;
|
||||||
|
alsa.enable = true;
|
||||||
|
alsa.support32Bit = true;
|
||||||
|
pulse.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user