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
|
cmake
|
||||||
libtool
|
libtool
|
||||||
emacs-lsp-booster
|
emacs-lsp-booster
|
||||||
|
devenv
|
||||||
];
|
];
|
||||||
|
|
||||||
# Homebrew
|
# Homebrew
|
||||||
|
|
@ -105,7 +106,6 @@
|
||||||
"gpg"
|
"gpg"
|
||||||
"pinentry-mac"
|
"pinentry-mac"
|
||||||
"go"
|
"go"
|
||||||
"postgresql"
|
|
||||||
{
|
{
|
||||||
name = "emacs-plus";
|
name = "emacs-plus";
|
||||||
args = [
|
args = [
|
||||||
|
|
@ -142,6 +142,11 @@
|
||||||
completion.enable = true;
|
completion.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
# System settings
|
# System settings
|
||||||
system = {
|
system = {
|
||||||
primaryUser = "dennis";
|
primaryUser = "dennis";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue