mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-05-25 21:35:24 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d986e404d | |||
| aa7072ebe0 | |||
| 7d47f8a87a |
@@ -7,22 +7,22 @@
|
||||
# Utility
|
||||
"alt-tab"
|
||||
"keka"
|
||||
"jordanbaird-ice"
|
||||
"keycastr"
|
||||
"raycast"
|
||||
"ghostty"
|
||||
"lihaoyun6/tap/quickrecorder"
|
||||
"iina"
|
||||
"shutter-encoder"
|
||||
|
||||
# Dev
|
||||
"sloth"
|
||||
"vscodium"
|
||||
"visual-studio-code"
|
||||
"utm"
|
||||
"balenaetcher"
|
||||
"outerbase-studio"
|
||||
"hoppscotch"
|
||||
"bruno"
|
||||
"zed"
|
||||
|
||||
|
||||
# Base
|
||||
"obsidian"
|
||||
"figma"
|
||||
@@ -30,10 +30,8 @@
|
||||
"ungoogled-chromium"
|
||||
"bitwarden"
|
||||
"spotify"
|
||||
"slack"
|
||||
"yubico-authenticator"
|
||||
"mediahuman-audio-converter"
|
||||
"imageoptim"
|
||||
"appcleaner"
|
||||
"drawio"
|
||||
]
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
tree
|
||||
wget
|
||||
rsync
|
||||
moreutils
|
||||
jq
|
||||
yq-go
|
||||
kubectl
|
||||
croc
|
||||
|
||||
Generated
+9
-9
@@ -7,11 +7,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1777977606,
|
||||
"narHash": "sha256-8ceIdvijN2tm9fIAUgnIZ8BM8TlsFx7pRYKRoxNsi1k=",
|
||||
"lastModified": 1779125151,
|
||||
"narHash": "sha256-bPHT0oJAHe5a43lkkSGAiCEg/RBqpwv5xsFrcj+Bog8=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "7ef1c04d11f7ef69fd946b118c768c32de0b89a5",
|
||||
"rev": "fab3fd7327a0ac7a1fae5095bf140377704fac7f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -27,11 +27,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1777780666,
|
||||
"narHash": "sha256-8wURyQMdDkGUarSTKOGdCuFfYiwa3HbzwscUfn3STDE=",
|
||||
"lastModified": 1779036909,
|
||||
"narHash": "sha256-zXcwYQGCT6pzinK+1dBB2ekTVtfxGZAapb3Evdcu4fY=",
|
||||
"owner": "LnL7",
|
||||
"repo": "nix-darwin",
|
||||
"rev": "8c62fba0854ba15c8917aed18894dbccb48a3777",
|
||||
"rev": "56c666e108467d87d13508936aade6d567f2a501",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -42,11 +42,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1777826146,
|
||||
"narHash": "sha256-wQ/iN5Zp5VIa3ebBibijPnLyKhor+xEbDy4d0goa9Zs=",
|
||||
"lastModified": 1778869304,
|
||||
"narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "73c703c22422b8951895a960959dbbaca7296492",
|
||||
"rev": "d233902339c02a9c334e7e593de68855ad26c4cb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -10,7 +10,6 @@ with pkgs;
|
||||
devenv
|
||||
nixpacks
|
||||
posting
|
||||
terraform
|
||||
opencode
|
||||
|
||||
# Editor
|
||||
|
||||
+2
-3
@@ -7,17 +7,16 @@
|
||||
extras = {
|
||||
casks = [
|
||||
"surfshark"
|
||||
"visual-studio-code"
|
||||
"signal"
|
||||
"discord"
|
||||
"daisydisk"
|
||||
"bambu-studio"
|
||||
"cyberduck"
|
||||
"balenaetcher"
|
||||
"datagrip"
|
||||
"bruno"
|
||||
"transmission"
|
||||
"iina"
|
||||
"steam"
|
||||
"android-studio"
|
||||
];
|
||||
pkgs =
|
||||
pkgs: with pkgs; [
|
||||
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
# Set Chromium on exit
|
||||
FILE="$HOME/Library/Application Support/Chromium/Local State"
|
||||
jq '.browser.enabled_labs_experiments //= [] | .browser.enabled_labs_experiments |= map(select(startswith("clear-data-on-exit") | not)) + ["clear-data-on-exit@1"]' "$FILE" | sponge "$FILE"
|
||||
Binary file not shown.
Reference in New Issue
Block a user