Add direnv to imports
This commit is contained in:
parent
cc4ef3f90a
commit
79668bebc1
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home-manager.users.mae = {
|
||||
imports = [ ../profiles/git ../profiles/zsh ../profiles/neovim ];
|
||||
imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ];
|
||||
home.packages = with pkgs; [
|
||||
arc-theme
|
||||
];
|
||||
|
|
|
@ -25,4 +25,5 @@
|
|||
${builtins.readFile ./p10k.zsh}
|
||||
'';
|
||||
};
|
||||
programs.direnv.enableZshIntegration = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue