nix-dotfiles/hm_modules/cpp.nix

1 line
63 B
Nix

{ pkgs, ... }: { home.packages = with pkgs; [ clang-tools ]; }