Updates, fix bar, add walker
This commit is contained in:
parent
3b587f3e15
commit
2bfdda55d4
12 changed files with 284 additions and 161 deletions
|
|
@ -160,15 +160,10 @@ in {
|
|||
then []
|
||||
else item.mimeTypes;
|
||||
|
||||
actions = {};
|
||||
|
||||
exec = "${item.exec} ${if entry ? noremote && entry.noremote then "-no-remote" else ""} -P ${entry.profile}";
|
||||
})) entries);
|
||||
|
||||
imEntry = pkg.desktopItem.override (entry: {
|
||||
name = "discord-firefox";
|
||||
desktopName = "IMs (Firefox)";
|
||||
exec = "${entry.exec} -no-remote -P Im";
|
||||
mimeTypes = [];
|
||||
});
|
||||
in {
|
||||
buildCommand = ''
|
||||
${pkg.buildCommand}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue