mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Enable direnv
This commit is contained in:
parent
6fdba340ac
commit
230e8f5867
1 changed files with 9 additions and 0 deletions
9
home.nix
9
home.nix
|
|
@ -98,6 +98,15 @@ rec {
|
|||
#'';
|
||||
};
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
enableFlakes = true;
|
||||
};
|
||||
};
|
||||
|
||||
starship =
|
||||
{
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue