Moved direnv config from emacs config to linux general utils
This commit is contained in:
parent
942bdd517c
commit
b4ec2af71d
@ -26,13 +26,6 @@
|
||||
];
|
||||
|
||||
programs = {
|
||||
# For integration with shell.nix files
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs29;
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user