treewide: add meta.mainProgram to file-managers

+5
+1
pkgs/applications/file-managers/krusader/default.nix
··· 43 43 description = "Norton/Total Commander clone for KDE"; 44 44 license = licenses.gpl2Only; 45 45 maintainers = with maintainers; [ sander turion ]; 46 + mainProgram = "krusader"; 46 47 }; 47 48 }
+1
pkgs/applications/file-managers/mc/default.nix
··· 93 93 license = licenses.gpl2Plus; 94 94 maintainers = with maintainers; [ sander ]; 95 95 platforms = with platforms; linux ++ darwin; 96 + mainProgram = "mc"; 96 97 }; 97 98 }
+1
pkgs/applications/file-managers/nnn/default.nix
··· 78 78 license = licenses.bsd2; 79 79 platforms = platforms.all; 80 80 maintainers = with maintainers; [ jfrankenau Br1ght0ne ]; 81 + mainProgram = "nnn"; 81 82 }; 82 83 })
+1
pkgs/applications/file-managers/pcmanfm/default.nix
··· 39 39 description = "File manager with GTK interface"; 40 40 maintainers = [ maintainers.ttuegel ]; 41 41 platforms = platforms.linux; 42 + mainProgram = "pcmanfm"; 42 43 }; 43 44 }
+1
pkgs/applications/file-managers/ranger/default.nix
··· 55 55 license = licenses.gpl3Only; 56 56 platforms = platforms.unix; 57 57 maintainers = with maintainers; [ toonn magnetophon ]; 58 + mainProgram = "ranger"; 58 59 }; 59 60 }