edit helium package
This commit is contained in:
parent
a89f9e7ac1
commit
ed9a4ad56c
2 changed files with 3 additions and 1 deletions
|
|
@ -199,6 +199,7 @@
|
|||
iconTasks = {
|
||||
launchers = [
|
||||
"applications:firefox.desktop"
|
||||
"applications:helium.desktop"
|
||||
"applications:org.kde.dolphin.desktop"
|
||||
"applications:vesktop.desktop"
|
||||
"applications:kitty.desktop"
|
||||
|
|
|
|||
|
|
@ -41,7 +41,8 @@ appimageTools.wrapType2 {
|
|||
install -Dm444 ${appimageContents}/helium.png -t $out/share/pixmaps
|
||||
|
||||
substituteInPlace $out/share/applications/helium.desktop \
|
||||
--replace-fail 'Exec=AppRun' 'Exec=${pname}'
|
||||
--replace-fail 'Exec=AppRun' 'Exec=${pname}' \
|
||||
--replace-fail 'Icon=helium' 'Icon=web-browser'
|
||||
'';
|
||||
meta = {
|
||||
description = "A private, respectful browser";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue