add dotfiles/bin to path

This commit is contained in:
2025-02-26 23:04:32 +01:00
parent af09f6b15f
commit d989dca574

View File

@@ -39,4 +39,6 @@
};
xdg.configFile."git".source = "${config.dotfiles.path}/.config/git";
home.sessionPath = [ "${config.dotfiles.path}/bin" ];
}