summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-06-27 13:13:39 +0200
committerAlan Pearce2024-06-27 13:13:39 +0200
commitabfb9a47ca8ea24287a94e00340ff193badf5327 (patch)
tree2e703d1dcbb0dd318e9dad5f5b24a16ad1327c86
parente81dcb08d5ae997016035a3e64b8ab6fae364588 (diff)
downloadnixfiles-abfb9a47ca8ea24287a94e00340ff193badf5327.tar.lz
nixfiles-abfb9a47ca8ea24287a94e00340ff193badf5327.tar.zst
nixfiles-abfb9a47ca8ea24287a94e00340ff193badf5327.zip
mba: remove base programs
-rw-r--r--system/mba.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/mba.nix b/system/mba.nix
index c29f6833..cc8c81da 100644
--- a/system/mba.nix
+++ b/system/mba.nix
@@ -1,7 +1,6 @@
 { ... }: {
   imports = [
     ./settings/darwin.nix
-    ./settings/programs/base.nix
     ./settings/dev.nix
     ./settings/programs/shell.nix
     <personal/modules/darwin/caddy>