diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-14 20:38:36 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-14 20:38:36 -0400 | 
| commit | 38f367edeb21e222cbc185b21fdc14b2b86de4c1 (patch) | |
| tree | 788c87dd187471c15b86a1ebda6204162b5478c5 /machines/oxo/home.nix | |
| parent | b2187654d3b7670ae8dd9038b4391435d8ced6e1 (diff) | |
add owo
Diffstat (limited to '')
| -rw-r--r-- | machines/oxo/home.nix | 10 | 
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" | 
