try streamlining the dev setup
This commit is contained in:
8
modules/home-manager/dev.nix
Normal file
8
modules/home-manager/dev.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableFishIntegration = true; # see note on other shells below
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user