add direnv setup
This commit is contained in:
parent
5f84140d34
commit
d770ae8b26
3 changed files with 79 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue