Re-configure dev-commit

This commit is contained in:
Oliver Davies 2025-07-29 18:20:33 +01:00
parent f48b81ecea
commit 3e7bf2721f
4 changed files with 45 additions and 9 deletions

View file

@ -1,3 +1,5 @@
{
flake.modules.homeManager.base.programs.zsh.dotDir = ".config/zsh";
flake.modules.homeManager.base = {
programs.zsh.dotDir = ".config/zsh";
};
}