Compare commits
2 commits
00223ea675
...
d1b3a5a345
Author | SHA1 | Date | |
---|---|---|---|
d1b3a5a345 | |||
cf36cb0a09 |
2 changed files with 16 additions and 1 deletions
|
@ -21,7 +21,20 @@ in
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
jack.enable = cfg.jack;
|
jack.enable = cfg.jack;
|
||||||
wireplumber.enable = true;
|
wireplumber = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
configPackages = [
|
||||||
|
(pkgs.writeTextDir "share/wireplumber/wireplumber.conf.d/99-libcamera.conf" ''
|
||||||
|
wireplumber.profiles = {
|
||||||
|
main = {
|
||||||
|
monitor.v4l2 = disabled
|
||||||
|
monitor.libcamera = optional
|
||||||
|
}
|
||||||
|
}
|
||||||
|
'')
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -534,6 +534,8 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
systemdTarget = "sway-session.target";
|
systemdTarget = "sway-session.target";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
playerctld.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
|
|
Loading…
Reference in a new issue