mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
gdb
This commit is contained in:
parent
acf269247f
commit
25ec1f86cb
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ in
|
|||
set disassembly-flavor intel
|
||||
'';
|
||||
};
|
||||
home.file.".config/gdb/gdbearlyinit" = {
|
||||
text = ''
|
||||
set startup-quietly on
|
||||
'';
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue