diff options
| author | Baitinq <[email protected]> | 2022-07-11 22:26:55 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-11 22:26:55 +0200 |
| commit | 6f4b9b9901e9c2cff5edc82386b4a8a22ae544e6 (patch) | |
| tree | 8ab68990cfb462156bcf0e02fac311d91765fa38 | |
| parent | Remove vscode package (diff) | |
| download | nixos-config-6f4b9b9901e9c2cff5edc82386b4a8a22ae544e6.tar.gz nixos-config-6f4b9b9901e9c2cff5edc82386b4a8a22ae544e6.tar.bz2 nixos-config-6f4b9b9901e9c2cff5edc82386b4a8a22ae544e6.zip | |
Enable direnv
| -rw-r--r-- | hosts/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 7a0153b..3941d6c 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -88,6 +88,8 @@ in }; }; + direnv.enable = true; + emacs = { enable = true; extraPackages = epkgs: with epkgs; [ |