Skip to content

Commit

Permalink
fix(nix): remove brew usages from fish shell
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawgrochowski committed Dec 18, 2024
1 parent a5e2116 commit ce87434
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/homebrew/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
enable = false;
casks = [ ];
};
home-manager.users."${username}".programs.fish.interactiveShellInit = ''
eval "$(/opt/homebrew/bin/brew shellenv)"
'';
# home-manager.users."${username}".programs.fish.interactiveShellInit = ''
# eval "$(/opt/homebrew/bin/brew shellenv)"
# '';
}

0 comments on commit ce87434

Please sign in to comment.