this repo has no description
0
fork

Configure Feed

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

random crap

+3 -3
+2 -3
darwin/darwin.nix
··· 28 28 "neofetch" 29 29 "earthly" 30 30 "ffmpeg" 31 + "git" 31 32 "git-delta" 32 33 "git-filter-repo" 33 34 "git-lfs" ··· 55 56 "pcre" 56 57 "qt@5" 57 58 "railway" 58 - "rust" 59 59 "sdl2" 60 60 "sapling" 61 61 "sevenzip" ··· 86 86 "anki" 87 87 "netnewswire" 88 88 "zed" 89 + "betterdisplay" 89 90 ]; 90 91 }; 91 92 ··· 110 111 security.pam.enableSudoTouchIdAuth = true; 111 112 system.defaults.NSGlobalDomain.AppleKeyboardUIMode = 3; 112 113 system.defaults.NSGlobalDomain.ApplePressAndHoldEnabled = false; 113 - system.defaults.NSGlobalDomain.InitialKeyRepeat = 10; 114 - system.defaults.NSGlobalDomain.KeyRepeat = 1; 115 114 system.defaults.NSGlobalDomain.NSAutomaticCapitalizationEnabled = false; 116 115 system.defaults.NSGlobalDomain.NSAutomaticInlinePredictionEnabled = false; 117 116 system.defaults.NSGlobalDomain.NSAutomaticDashSubstitutionEnabled = false;
+1
darwin/flake.nix
··· 40 40 pkgs.htop 41 41 pkgs.difftastic 42 42 pkgs.jujutsu 43 + pkgs.rustup 43 44 ]; 44 45 45 46 # Auto upgrade nix package and the daemon service.