1
0
Fork 0

Use google-chrome as chromium-nonfree

master
dump_stack() 2022-12-17 17:51:33 +00:00
parent 8a359515a9
commit 17a33bdbb4
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 3 additions and 3 deletions

View File

@ -144,9 +144,9 @@ in {
$@
'')
(writeShellScriptBin "chromium-nonfree" ''
${nonfree.chromium}/bin/chromium --force-dark-mode \
--start-maximized \
$@
${nonfree.google-chrome}/bin/google-chrome-stable --force-dark-mode \
--start-maximized \
$@
'')
];
}