home: use direnv

This commit is contained in:
Daniella / Tove 2024-11-22 20:41:08 +01:00
parent 587f33d70a
commit bf3492efae
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -143,6 +143,11 @@ in
alias gitlog="git log --all --oneline --graph"
'';
programs.alacritty.enable = true;
programs.direnv = {
enable = true;
enableFishIntegration = true;
nix-direnv.enable = true;
};
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */
xsession.enable = true;
xsession.initExtra = "clipit &";