config sync
This commit is contained in:
parent
3c1e889f7c
commit
1e34409369
35
common.nix
35
common.nix
|
@ -208,41 +208,6 @@ in
|
||||||
support32Bit = true;
|
support32Bit = true;
|
||||||
};
|
};
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
wireplumber.configPackages = [
|
|
||||||
(pkgs.writeTextDir "share/wireplumber/wireplumber.conf.d/alsa.conf" ''
|
|
||||||
monitor.alsa.rules = [
|
|
||||||
{
|
|
||||||
matches = [
|
|
||||||
{
|
|
||||||
device.name = "~alsa_card.*"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
actions = {
|
|
||||||
update-props = {
|
|
||||||
# Device settings
|
|
||||||
api.alsa.use-acp = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
matches = [
|
|
||||||
{
|
|
||||||
node.name = "~alsa_input.pci.*"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
node.name = "~alsa_output.pci.*"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
actions = {
|
|
||||||
# Node settings
|
|
||||||
update-props = {
|
|
||||||
session.suspend-timeout-seconds = 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
'')
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# allow realtime
|
# allow realtime
|
||||||
|
|
|
@ -73,6 +73,7 @@ export QT_QUICK_CONTROLS_STYLE_PATH=/home/cullmann/projects/kde/usr/lib/qml/QtQu
|
||||||
lmdb
|
lmdb
|
||||||
mesa
|
mesa
|
||||||
meson
|
meson
|
||||||
|
modemmanager
|
||||||
myllvm.libclang.python # git-clang-format
|
myllvm.libclang.python # git-clang-format
|
||||||
networkmanager
|
networkmanager
|
||||||
ninja
|
ninja
|
||||||
|
@ -133,6 +134,7 @@ export QT_QUICK_CONTROLS_STYLE_PATH=/home/cullmann/projects/kde/usr/lib/qml/QtQu
|
||||||
valgrind
|
valgrind
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
wayland-scanner
|
||||||
xcb-util-cursor
|
xcb-util-cursor
|
||||||
xercesc
|
xercesc
|
||||||
xml2
|
xml2
|
||||||
|
|
Loading…
Reference in a new issue