aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--srv/hadante/configuration.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix
index 08cd957..6ddef41 100644
--- a/srv/hadante/configuration.nix
+++ b/srv/hadante/configuration.nix
@@ -119,6 +119,10 @@ inputs@{
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-qt;
};
+ direnv = {
+ enable = true;
+ nix-direnv.enable = true;
+ };
zsh = {
enable = true;
shellInit = ''
@@ -188,8 +192,6 @@ inputs@{
myss
bolt-launcher
-
- direnv
]
);
}