adds direnv and devenv
This commit is contained in:
parent
4734ecb5e1
commit
30f014b939
1 changed files with 6 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue