my NixOS and nix-darwin config
0
fork

Configure Feed

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

we fixed up some stuff

+7 -29
-19
.direnv/bin/nix-direnv-reload
··· 1 - #!/usr/bin/env bash 2 - set -e 3 - if [[ ! -d "/Users/suri/Nyx" ]]; then 4 - echo "Cannot find source directory; Did you move it?" 5 - echo "(Looking for "/Users/suri/Nyx")" 6 - echo 'Cannot force reload with this script - use "direnv reload" manually and then try again' 7 - exit 1 8 - fi 9 - 10 - # rebuild the cache forcefully 11 - _nix_direnv_force_reload=1 direnv exec "/Users/suri/Nyx" true 12 - 13 - # Update the mtime for .envrc. 14 - # This will cause direnv to reload again - but without re-building. 15 - touch "/Users/suri/Nyx/.envrc" 16 - 17 - # Also update the timestamp of whatever profile_rc we have. 18 - # This makes sure that we know we are up to date. 19 - touch -r "/Users/suri/Nyx/.envrc" "/Users/suri/Nyx/.direnv"/*.rc
-1
.envrc
··· 1 - use flake
+6 -8
hosts/Daedalus/default.nix
··· 23 23 enable = true; 24 24 25 25 brews = [ 26 - "sketchybar" 27 26 "mas" 28 27 # terminal handling stuff 29 28 # "libiconv" ··· 32 31 # spicetify stuff 33 32 34 33 # TODO: for twizzler, make a flake for ts 35 - "qemu" 36 - "e2fsprogs" 37 - "ninja" 34 + # "qemu" 35 + # "e2fsprogs" 36 + # "ninja" 38 37 39 38 ]; 40 39 casks = [ 41 40 "ghostty@tip" 42 - "db-browser-for-sqlite" 41 + # "db-browser-for-sqlite" 43 42 "zen" 44 43 "zed" 45 44 "discord" ··· 54 53 "GrandPerspective" 55 54 "skim" 56 55 "kicad" 57 - "blender" 56 + # "blender" 58 57 ]; 59 58 masApps = { 60 59 "whatsapp" = 310633997; ··· 62 61 onActivation = { 63 62 autoUpdate = true; 64 63 upgrade = true; 65 - # cleanup = "zap"; 64 + cleanup = "zap"; 66 65 }; 67 66 }; 68 67 ··· 71 70 loginwindow.GuestEnabled = false; 72 71 NSGlobalDomain.AppleInterfaceStyle = "Dark"; 73 72 NSGlobalDomain.KeyRepeat = 2; 74 - # NSGlobalDomain._HIHideMenuBar = true; sketchy bar tmoapita to figure out rn 75 73 NSGlobalDomain.NSWindowShouldDragOnGesture = true; 76 74 finder.FXPreferredViewStyle = "clmv"; 77 75 };
+1 -1
modules/home/shells/fish/default.nix
··· 78 78 jjl = "jj log"; 79 79 jjs = "jj squash"; 80 80 jjst = "jj status"; 81 - jjc = "jj commit -m "; 81 + jjc = "jj commit "; 82 82 83 83 jju = "jj undo"; 84 84 jjr = "jj re";
modules/home/wm/.DS_Store

This is a binary file and will not be displayed.