applications(darwin): remove easy move + resize

there was an option the whole time for this natively in nix-darwin smh
This commit is contained in:
Nico 2025-09-11 00:13:14 +10:00
parent 6d0d4093cf
commit 303e811521
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
2 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,9 @@
system.defaults.NSGlobalDomain.NSDisableAutomaticTermination = true;
system.defaults.NSGlobalDomain.NSDocumentSaveNewDocumentsToCloud = false;
# enable ctrl+cmd to drag windows anywhere
system.defaults.NSGlobalDomain.NSWindowShouldDragOnGesture = true;
# hot corners
system.defaults.dock = {
wvous-bl-corner = 1;