Generation 99 2024-04-22 16:05:47 (current)
This commit is contained in:
parent
1c3059fe1d
commit
2979abf1a8
@ -83,3 +83,6 @@
|
||||
|
||||
(map! :leader
|
||||
:desc "Project VTerm" "p RET" #'projectile-run-vterm)
|
||||
|
||||
(use-package! envrc
|
||||
:hook (after-init . envrc-global-mode))
|
||||
|
||||
@ -53,3 +53,4 @@
|
||||
:recipe (:host github :repo "akirak/conventional-commit.el" :files ("conventional-commit.el")))
|
||||
|
||||
(package! realgud)
|
||||
(package! envrc)
|
||||
|
||||
@ -10,6 +10,13 @@ in {
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
# direnv
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
# Zsh
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user