Les bases de configuration.nix

Ressource utile

https://search.nixos.org/

Le fichier se trouve à

/etc/nixos/configuration.nix

Installer un ou des paquet(s)

environment.systemPackages = with pkgs; [
  git
  htop
  firefox
];

Revision #2
Created 2025-06-01 13:26:11 UTC by Axolito
Updated 2025-06-01 13:44:07 UTC by Axolito