Generation 99 2024-04-22 16:05:47 (current)

This commit is contained in:
Jonas Röger 2024-04-22 16:05:48 +02:00
parent 1c3059fe1d
commit 2979abf1a8
3 changed files with 11 additions and 0 deletions

View File

@ -83,3 +83,6 @@
(map! :leader
:desc "Project VTerm" "p RET" #'projectile-run-vterm)
(use-package! envrc
:hook (after-init . envrc-global-mode))

View File

@ -53,3 +53,4 @@
:recipe (:host github :repo "akirak/conventional-commit.el" :files ("conventional-commit.el")))
(package! realgud)
(package! envrc)

View File

@ -10,6 +10,13 @@ in {
recursive = true;
};
# direnv
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
# Zsh
programs.zsh = {
enable = true;