mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 14:35:37 +00:00
fix: sound is now deprecated
This commit is contained in:
parent
029119ce93
commit
4eb0327a1b
@ -36,8 +36,6 @@ in
|
|||||||
{
|
{
|
||||||
|
|
||||||
config = lib.mkIf (pkgs.stdenv.isLinux && config.gui.enable) {
|
config = lib.mkIf (pkgs.stdenv.isLinux && config.gui.enable) {
|
||||||
sound.enable = true;
|
|
||||||
|
|
||||||
# Enable PipeWire
|
# Enable PipeWire
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user