Skip to content

Commit

Permalink
feat(flake): add direnv
Browse files Browse the repository at this point in the history
  • Loading branch information
airone01 committed Nov 27, 2024
1 parent 3ee8bc5 commit 53e38ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions constellations/cassiopeia/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
cli-oh-my-posh
cli-zellij
cli-zsh
core-direnv
core-docker
core-font
core-gh
Expand Down
12 changes: 12 additions & 0 deletions stars/core/direnv.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
_: {
homeConfig = _: {
programs.direnv = {
enable = true;
nix-direnv.enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
enableNushellIntegration = true;
enableZshIntegration = true;
};
};
}

0 comments on commit 53e38ac

Please sign in to comment.