feat(nunc): add nunc floating clock overlay package and service

- Add packages/nunc derivation built from Gitea with swiftPackages
- Add home module reichard.services.nunc with configurable settings
  and launchd agent for macOS
- Enable nunc service on mac-va-mbp-work
- Tweak mac-va-mbp-work defaults: hide menu bar, disable auto
  brightness, hide Finder desktop icons
This commit is contained in:
2026-04-15 18:39:04 -04:00
parent d5224d79ac
commit d6f92ac9d9
4 changed files with 169 additions and 0 deletions

View File

@@ -28,12 +28,20 @@
KeyRepeat = 2;
NSWindowShouldDragOnGesture = true;
AppleICUForce24HourTime = true;
_HIHideMenuBar = true;
};
WindowManager = {
HideDesktop = true;
};
finder = {
CreateDesktop = false;
};
};
system.activationScripts.postActivation.text = ''
sudo defaults write /Library/Preferences/com.apple.iokit.AmbientLightSensor "Automatic Display Enabled" -bool false
'';
security.pam.services.sudo_local.touchIdAuth = true;
reichard = { };