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