From 011e64f047d1cf0108779f3a1516e00478056276 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 18 Jan 2023 15:25:35 +0100 Subject: Enable direnv and nix deuxfleurs cache --- nixpkgs/common.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixpkgs') diff --git a/nixpkgs/common.nix b/nixpkgs/common.nix index 7ecdb89..75d2ce5 100644 --- a/nixpkgs/common.nix +++ b/nixpkgs/common.nix @@ -1,6 +1,11 @@ { pkgs, ... }: { home.username = "lx"; + programs.direnv = { + enable = true; + enableBashIntegration = true; + }; + programs.bash = { enable = true; shellAliases = { -- cgit v1.2.3