Ajouter modules/software.nix
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.firefox = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.firefox-esr;
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
git
|
||||||
|
chromium
|
||||||
|
onlyoffice-desktopeditors
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user