The general configuration of my development environment and many other general computer things.
0
fork

Configure Feed

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

update system to 20250512

small changes in installed casks

dekker.one 90e6b382 af39058e

verified
+13 -14
+1 -2
darwin/casks.nix
··· 3 3 # Development Tools 4 4 "docker" 5 5 "ghostty" 6 + "gitbutler" 6 7 "minizincide" 7 - "qflipper" 8 8 "sublime-merge" 9 9 "vscodium" 10 10 "zed" ··· 16 16 "zulip" 17 17 18 18 # Utility Tools 19 - "google-drive" 20 19 "skim" 21 20 22 21 # Productivity Tools
+9 -9
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1745816321, 11 - "narHash": "sha256-Gyh/fkCDqVNGM0BWvk+4UAS17w2UI6iwnbQQCmc1TDI=", 10 + "lastModified": 1746708654, 11 + "narHash": "sha256-GeC99gu5H6+AjBXsn5dOhP4/ApuioGCBkufdmEIWPRs=", 12 12 "owner": "LnL7", 13 13 "repo": "nix-darwin", 14 - "rev": "4515dacafb0ccd42e5395aacc49fd58a43027e01", 14 + "rev": "6cb36e8327421c61e5a3bbd08ed63491b616364a", 15 15 "type": "github" 16 16 }, 17 17 "original": { ··· 28 28 ] 29 29 }, 30 30 "locked": { 31 - "lastModified": 1746040799, 32 - "narHash": "sha256-osgPX/SzIpkR50vev/rqoTEAVkEcOWXoQXmbzsaI4KU=", 31 + "lastModified": 1746981801, 32 + "narHash": "sha256-+Bfr0KqZV6gZdA7e2kupeoawozaLIHLuiPtC54uxbFc=", 33 33 "owner": "nix-community", 34 34 "repo": "home-manager", 35 - "rev": "5f217e5a319f6c186283b530f8c975e66c028433", 35 + "rev": "ff915842e4a2e63c4c8c5c08c6870b9d5b3c3ee9", 36 36 "type": "github" 37 37 }, 38 38 "original": { ··· 44 44 }, 45 45 "nixpkgs": { 46 46 "locked": { 47 - "lastModified": 1745998881, 48 - "narHash": "sha256-vonyYAKJSlsX4n9GCsS0pHxR6yCrfqBIuGvANlkwG6U=", 47 + "lastModified": 1746576598, 48 + "narHash": "sha256-FshoQvr6Aor5SnORVvh/ZdJ1Sa2U4ZrIMwKBX5k2wu0=", 49 49 "owner": "nixos", 50 50 "repo": "nixpkgs", 51 - "rev": "423d2df5b04b4ee7688c3d71396e872afa236a89", 51 + "rev": "b3582c75c7f21ce0b429898980eddbbf05c68e55", 52 52 "type": "github" 53 53 }, 54 54 "original": {
+1 -1
shared/fonts.nix
··· 1 1 { pkgs }: 2 2 with pkgs; [ 3 - ibm-plex 4 3 atkinson-hyperlegible 4 + ibm-plex 5 5 nerd-fonts.go-mono 6 6 ]
+1 -1
shared/home-manager.nix
··· 175 175 # Rust settings 176 176 RUSTC_WRAPPER = "sccache"; 177 177 }; 178 - initExtra = '' 178 + initContent = '' 179 179 # Load Homebrew shell environment 180 180 if [[ -f "/opt/homebrew/bin/brew" && -x $(realpath "/opt/homebrew/bin/brew") ]]; then 181 181 eval "$(/opt/homebrew/bin/brew shellenv)"
+1 -1
shared/packages.nix
··· 18 18 zoxide 19 19 20 20 # Fonts 21 - ibm-plex 22 21 atkinson-hyperlegible 22 + ibm-plex 23 23 nerd-fonts.go-mono 24 24 25 25 # C(++) development tools