diff options
Diffstat (limited to 'nixos.nix')
| -rw-r--r-- | nixos.nix | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -68,7 +68,7 @@ in home-manager = let - privPackages = mapAttrs (username: userid: { + privPackages = mapAttrs (_: userid: { home.packages = foldlAttrs ( acc: id: app: [ @@ -196,15 +196,6 @@ in } ] ) - ++ optional (app.enablements.pipewire && app.pulse) { - type = "daemon"; - dst = if app.mapRealUid then "/run/user/${toString config.users.users.${username}.uid}/pulse/native" else "/run/user/65534/pulse/native"; - path = cfg.shell; - args = [ - "-lc" - "exec pipewire-pulse" - ]; - } ++ [ { type = "bind"; |
