Moved direnv config from emacs config to linux general utils
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
home.packages = with pkgs; [
|
||||
# Nix specific utilities
|
||||
manix
|
||||
direnv
|
||||
nix-tree
|
||||
|
||||
# Utilities
|
||||
@@ -20,4 +21,10 @@
|
||||
pciutils
|
||||
fastfetch
|
||||
];
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user