Updates, fix bar, add walker

This commit is contained in:
outfoxxed 2024-03-27 06:11:42 -07:00
parent 3b587f3e15
commit 2bfdda55d4
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
12 changed files with 284 additions and 161 deletions

View file

@ -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}