chore(flake): update inputs

This commit is contained in:
Felix Schröter 2022-03-05 11:38:53 +01:00
parent cb2ddb6924
commit 7ef5504afa
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 24 additions and 27 deletions
home/browsers

View file

@ -101,20 +101,17 @@ in {
// {
inherit name;
exec = "${scriptBin}/bin/${name} %U";
extraEntries = ''
StartupWMClass="${escapeDesktopArg name}"
'';
extraConfig.StartupWMClass = name;
genericName = "Web Browser";
mimeType = lib.concatStringsSep ";" [
mimeTypes = [
"text/html"
"text/xml"
"application/xhtml+xml"
"application/vnd.mozilla.xul+xml"
"x-scheme-handler/http"
"x-scheme-handler/https"
"x-scheme-handler/ftp"
];
categories = "Network;WebBrowser;";
categories = [ "Network" "WebBrowser" ];
});
in pkgs.runCommand name { } ''
mkdir -p $out/{bin,share}