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