fix(macos): enable dock autohide by default
- Changed `system.defaults.dock.autohide` to `true` for better user experience. - Aligns with macOS usability improvements and recent configuration updates.
This commit is contained in:
parent
63fa4c2bfd
commit
adf8d0d860
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
with lib.metacfg;
|
with lib.metacfg;
|
||||||
{
|
{
|
||||||
system.defaults.dock.autohide = false;
|
system.defaults.dock.autohide = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
# ./../../nixbuild.nix
|
# ./../../nixbuild.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue