nixfiles/home/dev/all/debugging.nix

2 lines
54 B
Nix

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