diff --git a/modules/system/common.nix b/modules/system/common.nix index 967e327..0c2a757 100644 --- a/modules/system/common.nix +++ b/modules/system/common.nix @@ -48,6 +48,10 @@ services.flatpak.enable = true; # Important can't be enabled from home-manager + # Downloads and provides debug symbols and source code for nix derivations to gdb and other debuginfod-capable debuggers as needed. + # Require https://github.com/symphorien/nixseparatedebuginfod?tab=readme-ov-file#gdb + services.nixseparatedebuginfod.enable = true; + # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary