aboutsummaryrefslogtreecommitdiffhomepage
path: root/nixos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos.nix')
-rw-r--r--nixos.nix11
1 files changed, 1 insertions, 10 deletions
diff --git a/nixos.nix b/nixos.nix
index 2b2b42f7..d06495dc 100644
--- a/nixos.nix
+++ b/nixos.nix
@@ -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";