feat(m4): disable dock autohide on aarch64-darwin
- Set `system.defaults.dock.autohide` to `false` in `m4/default.nix`. - Ensures the dock remains visible by default for better user accessibility.
This commit is contained in:
parent
26628cbe12
commit
ecee6bd93a
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
with lib.metacfg;
|
with lib.metacfg;
|
||||||
{
|
{
|
||||||
|
system.defaults.dock.autohide = false;
|
||||||
|
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
brews = [
|
brews = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue