Add nix config
This commit is contained in:
11
config/nix/user/dev.nix
Normal file
11
config/nix/user/dev.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.ripgrep.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user