♻️ a little reshuffling... gonna try some things

This commit is contained in:
2026-02-02 14:47:16 -05:00
parent ad50f1fe23
commit b47d1e1731
15 changed files with 62 additions and 62 deletions

View File

@@ -0,0 +1,19 @@
{ ... }:
{
imports = [
./homebrew.nix
../../nix/modules/base/darwin.nix
../../nix/modules/dev
../../nix/modules/builder
];
system = {
defaults = {
dock = {
autohide = true;
orientation = "left";
};
};
};
}