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