♻️ a little reshuffling... gonna try some things
This commit is contained in:
19
hosts/heraclitus/darwin-configuration.nix
Normal file
19
hosts/heraclitus/darwin-configuration.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user