Actualiser modules/software.nix
This commit is contained in:
@@ -12,18 +12,22 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
# Firefox ESR comme navigateur secondaire.
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-esr;
|
||||
};
|
||||
|
||||
# Logiciels installés sur tous les postes.
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
chromium
|
||||
onlyoffice-desktopeditors
|
||||
teams-for-linux
|
||||
outlookWeb
|
||||
];
|
||||
|
||||
# Chromium comme navigateur par défaut.
|
||||
xdg.mime = {
|
||||
enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user