mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 23:25:52 +05:30
14 lines
147 B
Nix
14 lines
147 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
# CC
|
|
gcc
|
|
gnumake
|
|
cmake
|
|
autoconf
|
|
automake
|
|
libtool
|
|
];
|
|
}
|