nixfiles/home/dev/debugging.nix
2021-12-26 14:21:54 +00:00

2 lines
60 B
Nix

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