my NixOS and nix-darwin config
0
fork

Configure Feed

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

.

+5 -6
+3 -3
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1770922915, 11 - "narHash": "sha256-6J/JoK9iL7sHvKJcGW2KId2agaKv1OGypsa7kN+ZBD4=", 10 + "lastModified": 1771371916, 11 + "narHash": "sha256-G14VTfmzzRYxAhtEBNanQgCNA++Cv0/9iV4h/lkqX9U=", 12 12 "owner": "LnL7", 13 13 "repo": "nix-darwin", 14 - "rev": "6c5a56295d2a24e43bcd8af838def1b9a95746b2", 14 + "rev": "aff4c008cec17d6a6760949df641ca0ea9179cac", 15 15 "type": "github" 16 16 }, 17 17 "original": {
+2 -3
hosts/Daedalus/default.nix
··· 54 54 "tailscale-app" 55 55 "GrandPerspective" 56 56 "skim" 57 - 58 - "kicad" 57 + # "kicad" 59 58 ]; 60 59 masApps = { 61 60 "whatsapp" = 310633997; ··· 63 62 onActivation = { 64 63 autoUpdate = true; 65 64 upgrade = true; 66 - # cleanup = "zap"; 65 + cleanup = "zap"; 67 66 }; 68 67 }; 69 68