adds direnv and devenv

This commit is contained in:
Dennis Schoepf 2025-10-20 19:42:39 +02:00
parent 4734ecb5e1
commit 30f014b939

View file

@ -65,6 +65,7 @@
cmake
libtool
emacs-lsp-booster
devenv
];
# Homebrew
@ -105,7 +106,6 @@
"gpg"
"pinentry-mac"
"go"
"postgresql"
{
name = "emacs-plus";
args = [
@ -142,6 +142,11 @@
completion.enable = true;
};
programs.direnv = {
enable = true;
enableBashIntegration = true;
};
# System settings
system = {
primaryUser = "dennis";