Compare commits

...

4 Commits

Author SHA1 Message Date
cupcakearmy 93d6d160b1 update and keymap 2026-05-25 15:36:47 +02:00
cupcakearmy 4d986e404d add clear on exit 2026-05-18 23:29:25 +02:00
cupcakearmy aa7072ebe0 stuff 2026-05-18 22:56:50 +02:00
cupcakearmy 7d47f8a87a cleanup 2026-05-09 12:20:58 +02:00
8 changed files with 24 additions and 19 deletions
+4 -6
View File
@@ -7,22 +7,22 @@
# Utility # Utility
"alt-tab" "alt-tab"
"keka" "keka"
"jordanbaird-ice"
"keycastr" "keycastr"
"raycast" "raycast"
"ghostty" "ghostty"
"lihaoyun6/tap/quickrecorder" "lihaoyun6/tap/quickrecorder"
"iina"
"shutter-encoder"
# Dev # Dev
"sloth" "sloth"
"vscodium" "vscodium"
"visual-studio-code" "visual-studio-code"
"utm" "utm"
"balenaetcher" "bruno"
"outerbase-studio"
"hoppscotch"
"zed" "zed"
# Base # Base
"obsidian" "obsidian"
"figma" "figma"
@@ -30,10 +30,8 @@
"ungoogled-chromium" "ungoogled-chromium"
"bitwarden" "bitwarden"
"spotify" "spotify"
"slack"
"yubico-authenticator" "yubico-authenticator"
"mediahuman-audio-converter" "mediahuman-audio-converter"
"imageoptim" "imageoptim"
"appcleaner" "appcleaner"
"drawio"
] ]
+2
View File
@@ -21,6 +21,8 @@
tree tree
wget wget
rsync rsync
moreutils
jq
yq-go yq-go
kubectl kubectl
croc croc
Generated
+9 -9
View File
@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1777977606, "lastModified": 1779678629,
"narHash": "sha256-8ceIdvijN2tm9fIAUgnIZ8BM8TlsFx7pRYKRoxNsi1k=", "narHash": "sha256-gHcIFg0mm+KFsg7iZQt67kni3+qR5U3PhEC9P7vKlZ4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "7ef1c04d11f7ef69fd946b118c768c32de0b89a5", "rev": "612bbe3b405ad5f71d7bf9edecc04b678a061652",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -27,11 +27,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1777780666, "lastModified": 1779036909,
"narHash": "sha256-8wURyQMdDkGUarSTKOGdCuFfYiwa3HbzwscUfn3STDE=", "narHash": "sha256-zXcwYQGCT6pzinK+1dBB2ekTVtfxGZAapb3Evdcu4fY=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "8c62fba0854ba15c8917aed18894dbccb48a3777", "rev": "56c666e108467d87d13508936aade6d567f2a501",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1777826146, "lastModified": 1779536132,
"narHash": "sha256-wQ/iN5Zp5VIa3ebBibijPnLyKhor+xEbDy4d0goa9Zs=", "narHash": "sha256-q+fF42iv/geEbHfgSzy3tS0FF/EyD6XTZ98E6yxiBO8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "73c703c22422b8951895a960959dbbaca7296492", "rev": "3d8f0f3f72a6cd4d93d0ad13203f2ea1cb7e1456",
"type": "github" "type": "github"
}, },
"original": { "original": {
-1
View File
@@ -10,7 +10,6 @@ with pkgs;
devenv devenv
nixpacks nixpacks
posting posting
terraform
opencode opencode
# Editor # Editor
+2 -3
View File
@@ -7,17 +7,16 @@
extras = { extras = {
casks = [ casks = [
"surfshark" "surfshark"
"visual-studio-code"
"signal" "signal"
"discord" "discord"
"daisydisk" "daisydisk"
"bambu-studio" "bambu-studio"
"cyberduck" "cyberduck"
"balenaetcher"
"datagrip" "datagrip"
"bruno"
"transmission" "transmission"
"iina"
"steam" "steam"
"android-studio"
]; ];
pkgs = pkgs =
pkgs: with pkgs; [ pkgs: with pkgs; [
+7
View File
@@ -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.
Binary file not shown.