diff options
author | Alan Pearce | 2024-06-27 13:13:39 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-27 13:13:39 +0200 |
commit | abfb9a47ca8ea24287a94e00340ff193badf5327 (patch) | |
tree | 2e703d1dcbb0dd318e9dad5f5b24a16ad1327c86 | |
parent | e81dcb08d5ae997016035a3e64b8ab6fae364588 (diff) | |
download | nixfiles-abfb9a47ca8ea24287a94e00340ff193badf5327.tar.lz nixfiles-abfb9a47ca8ea24287a94e00340ff193badf5327.tar.zst nixfiles-abfb9a47ca8ea24287a94e00340ff193badf5327.zip |
mba: remove base programs
-rw-r--r-- | system/mba.nix | 1 |
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> |