Compare commits

...

8 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
cupcakearmy d696d90a01 update flake 2026-05-05 13:33:27 +02:00
cupcakearmy 8e5cbf546d remove deno 2026-04-29 12:53:49 +02:00
cupcakearmy 43feed2d0f swap vscode and zed 2026-04-29 12:53:36 +02:00
cupcakearmy c42413b3f2 remove aldente 2026-04-29 12:53:28 +02:00
9 changed files with 25 additions and 23 deletions
+4 -7
View File
@@ -5,25 +5,24 @@
"oversight"
# Utility
"aldente"
"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"
@@ -31,10 +30,8 @@
"ungoogled-chromium"
"bitwarden"
"spotify"
"slack"
"yubico-authenticator"
"mediahuman-audio-converter"
"imageoptim"
"appcleaner"
"drawio"
]
+2
View File
@@ -21,6 +21,8 @@
tree
wget
rsync
moreutils
jq
yq-go
kubectl
croc
+1 -2
View File
@@ -41,9 +41,8 @@
persistent-apps = [
"/Applications/Zen.app"
"/Applications/Ghostty.app"
"/Applications/Visual Studio Code.app"
"/Applications/Zed.app"
"/Applications/Spotify.app"
"/System/Applications/System Settings.app"
];
persistent-others = [ ];
};
Generated
+9 -9
View File
@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1776950293,
"narHash": "sha256-t6KMARLILjPuTBSRoYanUxV+FU50IFZ7L5XVdOcdtaY=",
"lastModified": 1779678629,
"narHash": "sha256-gHcIFg0mm+KFsg7iZQt67kni3+qR5U3PhEC9P7vKlZ4=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "6837e0d6c5eda81fd26308489799fbf83a160465",
"rev": "612bbe3b405ad5f71d7bf9edecc04b678a061652",
"type": "github"
},
"original": {
@@ -27,11 +27,11 @@
]
},
"locked": {
"lastModified": 1775037210,
"narHash": "sha256-KM2WYj6EA7M/FVZVCl3rqWY+TFV5QzSyyGE2gQxeODU=",
"lastModified": 1779036909,
"narHash": "sha256-zXcwYQGCT6pzinK+1dBB2ekTVtfxGZAapb3Evdcu4fY=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "06648f4902343228ce2de79f291dd5a58ee12146",
"rev": "56c666e108467d87d13508936aade6d567f2a501",
"type": "github"
},
"original": {
@@ -42,11 +42,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1776329215,
"narHash": "sha256-a8BYi3mzoJ/AcJP8UldOx8emoPRLeWqALZWu4ZvjPXw=",
"lastModified": 1779536132,
"narHash": "sha256-q+fF42iv/geEbHfgSzy3tS0FF/EyD6XTZ98E6yxiBO8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b86751bc4085f48661017fa226dee99fab6c651b",
"rev": "3d8f0f3f72a6cd4d93d0ad13203f2ea1cb7e1456",
"type": "github"
},
"original": {
-2
View File
@@ -10,7 +10,6 @@ with pkgs;
devenv
nixpacks
posting
terraform
opencode
# Editor
@@ -25,7 +24,6 @@ with pkgs;
nixd
fnm
bun
deno
zig
uv
ruff
+2 -3
View File
@@ -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; [
+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.