Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(njord): update macos config

cosmeak 4705d524 d4eaf496

+1 -1
+1 -1
hosts/njord/configuration.nix
··· 78 78 # Drag from anywhere a window to move it 79 79 NSWindowShouldDragOnGesture = true; 80 80 # Deativate sound bip when volume is changed 81 - "com.apple.sound.beep.feedback" = false; 81 + "com.apple.sound.beep.feedback" = 0; 82 82 # Natural scrolling direction 83 83 "com.apple.swipescrolldirection" = true; 84 84 };