restructure home as submodule of each system

This commit is contained in:
twoneis 2024-02-12 16:58:42 +01:00
parent ed8de34c0f
commit 88ad3517bf
26 changed files with 6 additions and 6 deletions

View file

@ -0,0 +1,12 @@
{ ... }: {
home.file = {
".gef.rc" = {
# source = ./gef-for-c;
source = ./gef-for-asm;
};
".gdbinit" = {
# source = ./gdb-for-c;
source = ./gdb-for-asm;
};
};
}