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