{ config, libs, pkgs, ... }: { imports = [ ]; environment.systemPackages = with pkgs; [ # Développement cargo cloc ghc git-cola idea.idea-community mercurial meld rustPlatform.rustc stack subversion ]; }