nix-config/modules/system/home/gdb/default.nix
2024-02-24 14:51:13 +01:00

7 lines
86 B
Nix

{ ... }: {
home.file = {
".gdbinit" = {
source = ./gdbinit;
};
};
}