Fix some communications software

This commit is contained in:
Nathan McCarty 2023-01-01 19:18:27 -05:00
parent 0691a38da5
commit e0b4b61e8a
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@
drv.overrideAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or [ ])
++ [ pkgs.makeWrapper ];
runtimeDependencies = (old.runtimeDependencies or [ ])
++ [ pkgs.wayland ];
postFixup = (old.postFixup or "") + ''
wrapProgram $out/bin/${bin} \
--add-flags "--enable-features=UseOzonePlatform" \

View File

@ -81,7 +81,7 @@ in with lib; {
# Work around for chrome ui bug
{
command = "shortcuts_inhibitor disable";
criteria = { app_id = "^chrome-.*_-.*$"; };
criteria = { app_id = "chrome-.*"; };
}
];
};