aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/desktop.nix')
-rw-r--r--nixos/modules/desktop.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index 3ae64a4..d1257b7 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -191,12 +191,12 @@ in {
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
- config.pipewire = {
- context.modules = [
- {name = "libpipewire-module-zeroconf-discover";}
- ];
- };
};
+ environment.etc."pipewire/pipewire.conf.d/zeroconf.conf".text = ''
+ context.modules = [
+ { name = libpipewire-module-zeroconf-discover }
+ ]
+ '';
security.rtkit.enable = true;
services.printing = {