chore(flake): update inputs

This commit is contained in:
Felix Schröter 2023-04-13 18:00:38 +02:00
parent 1741f59376
commit 20876cf317
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 13 additions and 13 deletions

View file

@ -54,7 +54,7 @@ let
let
name = "mullvad-browser-${profile}";
scriptBin = pkgs.writeScriptBin name ''
mullvad-browser -P "${profile}" --class="${name}" $@
mullvad-browser -P "${profile}" --name="${name}" $@
'';
desktopFile = pkgs.makeDesktopItem {
inherit name;