about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-08-18 00:14:54 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-08-18 00:14:54 +0200
commite67ee22475a8161680b5ea95a4f28058ecd535f3 (patch)
treeb5ac44695c1f2378ef15ba4c9ca3622ece7f6457
parentUpdate (diff)
downloadnixos-config-e67ee22475a8161680b5ea95a4f28058ecd535f3.tar.gz
nixos-config-e67ee22475a8161680b5ea95a4f28058ecd535f3.tar.bz2
nixos-config-e67ee22475a8161680b5ea95a4f28058ecd535f3.zip
Update
-rw-r--r--flake.lockbin7844 -> 7844 bytes
-rw-r--r--modules/pipewire/default.nix2
2 files changed, 0 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock
index b70112c..f498c65 100644
--- a/flake.lock
+++ b/flake.lock
Binary files differdiff --git a/modules/pipewire/default.nix b/modules/pipewire/default.nix
index 92a7e15..3eeaa79 100644
--- a/modules/pipewire/default.nix
+++ b/modules/pipewire/default.nix
@@ -14,7 +14,5 @@
 
   # Recent fix for pipewire-pulse breakage
   systemd.user.services.pipewire-pulse.path = [ pkgs.pulseaudio ];
-
-  sound.enable = false;
 }