summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/x/home.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/machines/x/home.nix b/machines/x/home.nix
index ac33318..a769073 100644
--- a/machines/x/home.nix
+++ b/machines/x/home.nix
@@ -36,6 +36,16 @@
slides
];
+ programs = {
+ direnv = {
+ enable = true;
+ enableBashIntegration = true;
+ nix-direnv.enable = true;
+ };
+
+ bash.enable = true;
+ };
+
imports = (map (path: ../../config/${path}) [
"bash.nix"
"dotfiles.nix"