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