audio: move framenix to pipewire, keep thinknix at pulseaudio
This commit is contained in:
parent
5e7a41ab47
commit
716df0c611
5 changed files with 44 additions and 16 deletions
|
@ -11,6 +11,7 @@ in
|
|||
{
|
||||
imports = [
|
||||
../../common
|
||||
../../common/pipewire.nix
|
||||
|
||||
./hardware-configuration.nix
|
||||
./storage.nix
|
||||
|
@ -26,7 +27,7 @@ in
|
|||
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
|
||||
|
||||
# try newer kernels
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_8; # FIXME: virtualbox not yet compatible with 6.9
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_8; # FIXME: virtualbox not yet compatible with 6.9
|
||||
|
||||
boot.kernelParams = [
|
||||
# powersave
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
{
|
||||
imports = [
|
||||
../../common
|
||||
../../common/pulseaudio.nix
|
||||
|
||||
./hardware-configuration.nix
|
||||
./storage.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue