chore: persist claude, orca and gh dirs

This commit is contained in:
tux
2026-09-17 22:06:33 +05:30
parent f960a5eb04
commit 43b3be09e5
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
flake.modules.homeManager.shell = {
programs.gh = {
enable = true;
};
};
}

View File

@@ -51,10 +51,16 @@
".local/share/GalaxyBudsClient" ".local/share/GalaxyBudsClient"
".local/state/serpantinum" ".local/state/serpantinum"
".local/share/zed" ".local/share/zed"
".claude"
".orca"
".config/orca"
]; ];
files = [ files = [
".wakatime.cfg" ".wakatime.cfg"
".claude.json"
".config/gh/hosts.yml"
]; ];
}; };
}; };

View File

@@ -51,11 +51,17 @@
".local/share/GalaxyBudsClient" ".local/share/GalaxyBudsClient"
".local/state/serpantinum" ".local/state/serpantinum"
".local/share/zed" ".local/share/zed"
".claude"
".orca"
".config/orca"
]; ];
files = [ files = [
".wakatime.cfg" ".wakatime.cfg"
".config/lan-mouse/lan-mouse.pem" ".config/lan-mouse/lan-mouse.pem"
".claude.json"
".config/gh/hosts.yml"
]; ];
}; };
}; };