config/homes/laptop/shell.nix

6 lines
56 B
Nix
Raw Permalink Normal View History

2024-10-06 21:29:49 +01:00
{
home.sessionPath = [
"/opt/homebrew/bin"
];
}