add yadunut-mbp configuration

This commit is contained in:
2025-11-03 17:16:01 +08:00
parent 3a56960502
commit 819720e8f2
3 changed files with 52 additions and 12 deletions

View File

@@ -0,0 +1,29 @@
{
self,
lib,
inputs,
clan-core,
specialArgs,
config,
options,
_class,
modulesPath,
_prefix,
}@args:
let
_ = builtins.trace "MODULE ARGS:\n${lib.generators.toPretty { } (builtins.attrNames args)}" null;
in
{
system.defaults = {
NSGlobalDomain = {
InitialKeyRepeat = 10;
KeyRepeat = 1;
AppleShowAllExtensions = true;
ApplePressAndHoldEnabled = false;
};
dock.autohide = true;
dock.autohide-delay = 0.0;
};
}