Files
nix-config/hardening/nixpaks/firefox-desktop-item.nix

12 lines
234 B
Nix

{ makeDesktopItem }:
makeDesktopItem {
name = "firefox";
desktopName = "firefox";
exec = "firefox %U";
terminal = false;
icon = "firefox";
type = "Application";
categories = [ "Network" ];
comment = "firefox boxed";
}