Moved direnv config from emacs config to linux general utils
This commit is contained in:
parent
942bdd517c
commit
b4ec2af71d
@ -26,13 +26,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
# For integration with shell.nix files
|
|
||||||
direnv = {
|
|
||||||
enable = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
nix-direnv.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs29;
|
package = pkgs.emacs29;
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Nix specific utilities
|
# Nix specific utilities
|
||||||
manix
|
manix
|
||||||
|
direnv
|
||||||
nix-tree
|
nix-tree
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
@ -20,4 +21,10 @@
|
|||||||
pciutils
|
pciutils
|
||||||
fastfetch
|
fastfetch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user