home: use direnv
This commit is contained in:
parent
587f33d70a
commit
bf3492efae
1 changed files with 5 additions and 0 deletions
5
home.nix
5
home.nix
|
@ -143,6 +143,11 @@ in
|
||||||
alias gitlog="git log --all --oneline --graph"
|
alias gitlog="git log --all --oneline --graph"
|
||||||
'';
|
'';
|
||||||
programs.alacritty.enable = true;
|
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 ]; */
|
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */
|
||||||
xsession.enable = true;
|
xsession.enable = true;
|
||||||
xsession.initExtra = "clipit &";
|
xsession.initExtra = "clipit &";
|
||||||
|
|
Loading…
Add table
Reference in a new issue