add direnv setup

This commit is contained in:
Felix Schröter 2019-12-12 15:44:05 +01:00 committed by Felix Schröter
parent 5f84140d34
commit d770ae8b26
3 changed files with 79 additions and 0 deletions

View file

@ -4,6 +4,7 @@ with pkgs;
{
imports = [
./common/sh.nix
./common/direnv.nix
./common/mimeapps.nix
./common/gui.nix
./common/gnome.nix
@ -34,6 +35,7 @@ with pkgs;
enable = true;
userName = "Felix Schroeter";
userEmail = "fs@upsquared.com";
ignores = [".direnv"];
};
programs.firefox.enable = true;