Skip to content

Commit

Permalink
Add direnv
Browse files Browse the repository at this point in the history
  • Loading branch information
rraval committed May 5, 2021
1 parent 1419dec commit 4099f63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ in {
home.packages = import ./home-packages.nix pkgs;

programs = {
direnv = {
enable = true;
enableNixDirenvIntegration = true;
};

firefox = import ./firefox.nix { name = cfg.user.name; };

fish = {
Expand Down

0 comments on commit 4099f63

Please sign in to comment.