finally vivaldi is fixed, had to delete the desktop item in .local/share/application and let it be repopuated
This commit is contained in:
parent
fb75041174
commit
2e97fd6671
5 changed files with 52 additions and 28 deletions
|
@ -1,5 +1,14 @@
|
|||
{ channels, ... }:
|
||||
|
||||
final: prev: {
|
||||
vivaldi = prev.vivaldi.override { commandLineArgs = "--disable-features=AllowQt"; };
|
||||
vivaldi = prev.vivaldi.overrideAttrs (oldAttrs: {
|
||||
dontWrapQtApps = false;
|
||||
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ channels.unstable.kdePackages.wrapQtAppsHook ];
|
||||
commandLineArgs = ''
|
||||
-enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
||||
--ozone-platform-hint=auto
|
||||
--enable-features=WaylandWindowDecorations
|
||||
'';
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue