Actualiser configuration.nix

This commit is contained in:
2026-08-17 20:19:25 +02:00
parent 2a10426edd
commit 7d07bf4cbd
+6 -3
View File
@@ -93,7 +93,10 @@
};
# Install firefox.
programs.firefox.enable = true;
programs.firefox = {
enable = true;
package = pkgs.firefox-esr;
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
@@ -101,9 +104,9 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
git
chromium
onlyoffice-desktopeditors
];
# Some programs need SUID wrappers, can be configured further or are