nixfiles/home/dev/all/debugging.nix

2 lines
60 B
Nix

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