···6767 AppleInterfaceStyleSwitchesAutomatically = true;
6868 # Disable saving new documents to icloud
6969 NSDocumentSaveNewDocumentsToCloud = false;
7070+ # Time before the key is repeated
7171+ InitialKeyRepeat = 1;
7272+ # Time between repeat key
7373+ KeyRepeat = 1;
7474+ # Window open animation
7575+ NSAutomaticWindowAnimationsEnabled = false;
7676+ # Icon size in finder
7777+ NSTableViewDefaultSizeMode = 1;
7878+ # Drag from anywhere a window to move it
7979+ NSWindowShouldDragOnGesture = true;
8080+ # Deativate sound bip when volume is changed
8181+ "com.apple.sound.beep.feedback" = false;
8282+ # Natural scrolling direction
8383+ "com.apple.swipescrolldirection" = true;
7084 };
8585+8686+ # Deactivate state manager
8787+ WindowManager.GloballyEnabled = false;
8888+8989+ # Text show in the login window
9090+ loginwindow.LoginwindowText = "Maybe you cannot touch me";
7191 };
72927393 # List packages installed in system profile. To search by name, run:
···94114 raycast
95115 ];
961169797- # Homebrew - Using only for gui app because macos app do not existe un nixpkgs repository
117117+ # Homebrew - Using for gui app because majority macos apps does not exists in nixpkgs repository
98118 homebrew.enable = true;
99119 homebrew.onActivation = {
100120 autoUpdate = true;