Compare commits
No commits in common. "47a6f5ef788ced2e3a1ea51b8d79122ca57035dc" and "6195428c7247123ebed4ddf1978bdece7c4aaaf7" have entirely different histories.
47a6f5ef78
...
6195428c72
|
@ -150,10 +150,9 @@ in {
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wireplumber.enable = true;
|
alsa.enable = true;
|
||||||
alsa.enable = false;
|
alsa.support32Bit = true;
|
||||||
alsa.support32Bit = false;
|
pulse.enable = true;
|
||||||
pulse.enable = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
|
4
home.nix
4
home.nix
|
@ -31,10 +31,6 @@
|
||||||
".config/local".source = dotfiles/local;
|
".config/local".source = dotfiles/local;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.pipewire.enable = true;
|
|
||||||
services.pipewire.wireplumber.enable = true;
|
|
||||||
services.pipewire.audio.enable = false;
|
|
||||||
|
|
||||||
home.sessionVariables = { };
|
home.sessionVariables = { };
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue