nixos-config/user/lang/cc/cc.nix

14 lines
147 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
# CC
gcc
gnumake
cmake
autoconf
automake
libtool
];
}