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