dotfiles/nixcfgs/modules/home/dev/c.nix
2025-10-12 06:53:32 +01:00

7 lines
62 B
Nix

{pkgs, ...}:
{
home.packages = with pkgs; [
gcc
];
}