forked from colonelpanic/dotfiles
[NixOS] Enable direnv shell integration
This commit is contained in:
parent
654146f803
commit
507cab369b
@ -1,5 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Haskell
|
||||
cabal-install
|
||||
|
Loading…
Reference in New Issue
Block a user