diff options
Diffstat (limited to 'nixpkgs')
-rw-r--r-- | nixpkgs/common.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 = { |