This commit is contained in:
nora 2024-11-30 14:59:30 +01:00
parent acf269247f
commit 25ec1f86cb

View file

@ -22,6 +22,11 @@ in
set disassembly-flavor intel
'';
};
home.file.".config/gdb/gdbearlyinit" = {
text = ''
set startup-quietly on
'';
};
programs.zoxide = {
enable = true;