This commit is contained in:
Artemis Tosini 2024-10-12 00:47:08 +00:00
parent 813f94e302
commit fbc75b083f
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
programs = {
@ -21,6 +21,8 @@
gdb
ltrace
config.boot.kernelPackages.perf
];
services.nixseparatedebuginfod.enable = true;