diff --git a/common/home.nix b/common/home.nix index ce28baa..5d056ab 100644 --- a/common/home.nix +++ b/common/home.nix @@ -69,6 +69,9 @@ # QOL dc = "docker compose"; + dcl = "dc logs -f"; + dclt = "dcl --tail 100"; + dcln = "dcl --since 1m"; rsync = "rsync -az --info=progress2"; t = "tmux new-session -A -s main"; e = "nvim"; diff --git a/flake.lock b/flake.lock index fdd4553..7efea9e 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1762964643, - "narHash": "sha256-RYHN8O/Aja59XDji6WSJZPkJpYVUfpSkyH+PEupBJqM=", + "lastModified": 1764952935, + "narHash": "sha256-cRPB2zESVMjIGxJ49qj4t4qnT0ae44E+fS/mkfOS/BY=", "owner": "nix-community", "repo": "home-manager", - "rev": "827f2a23373a774a8805f84ca5344654c31f354b", + "rev": "519828bf1c97f8bc2ed2d3b79214067047d3c67d", "type": "github" }, "original": { @@ -27,11 +27,11 @@ ] }, "locked": { - "lastModified": 1762627886, - "narHash": "sha256-/QLk1bzmbcqJt9sU43+y/3tHtXhAy0l8Ck0MoO2+evQ=", + "lastModified": 1764161084, + "narHash": "sha256-HN84sByg9FhJnojkGGDSrcjcbeioFWoNXfuyYfJ1kBE=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "5125a3cd414dc98bbe2c528227aa6b62ee61f733", + "rev": "e95de00a471d07435e0527ff4db092c84998698e", "type": "github" }, "original": { @@ -42,11 +42,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1762943920, - "narHash": "sha256-ITeH8GBpQTw9457ICZBddQEBjlXMmilML067q0e6vqY=", + "lastModified": 1764915887, + "narHash": "sha256-CeBCJ9BMsuzVgn8GVfuSRZ6xeau7szzG0Xn6O/OxP9M=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "91c9a64ce2a84e648d0cf9671274bb9c2fb9ba60", + "rev": "42e29df35be6ef54091d3a3b4e97056ce0a98ce8", "type": "github" }, "original": { diff --git a/hosts/mac14.nix b/hosts/mac14.nix index f158b4c..1a175b6 100644 --- a/hosts/mac14.nix +++ b/hosts/mac14.nix @@ -24,6 +24,7 @@ biome infisical ffmpeg + mkcert ]; }; } diff --git a/secrets/plist/com.apphousekitchen.aldente-pro.plist.plist b/secrets/plist/com.apphousekitchen.aldente-pro.plist.plist index 78609bc..17032fc 100644 Binary files a/secrets/plist/com.apphousekitchen.aldente-pro.plist.plist and b/secrets/plist/com.apphousekitchen.aldente-pro.plist.plist differ diff --git a/secrets/plist/com.jordanbaird.Ice.plist b/secrets/plist/com.jordanbaird.Ice.plist index af9443d..b292e9e 100644 Binary files a/secrets/plist/com.jordanbaird.Ice.plist and b/secrets/plist/com.jordanbaird.Ice.plist differ diff --git a/secrets/plist/com.lwouis.alt-tab-macos.plist b/secrets/plist/com.lwouis.alt-tab-macos.plist index b229764..e5f7e3a 100644 Binary files a/secrets/plist/com.lwouis.alt-tab-macos.plist and b/secrets/plist/com.lwouis.alt-tab-macos.plist differ diff --git a/secrets/ssh/config.template b/secrets/ssh/config.template index 3938e25..12f49c2 100644 Binary files a/secrets/ssh/config.template and b/secrets/ssh/config.template differ diff --git a/secrets/vscode/profiles/main/data/extensions.yml b/secrets/vscode/profiles/main/data/extensions.yml index b277963..29e6dfa 100644 Binary files a/secrets/vscode/profiles/main/data/extensions.yml and b/secrets/vscode/profiles/main/data/extensions.yml differ diff --git a/secrets/vscode/profiles/main/data/settings.json b/secrets/vscode/profiles/main/data/settings.json index c48b4af..e66c55b 100644 Binary files a/secrets/vscode/profiles/main/data/settings.json and b/secrets/vscode/profiles/main/data/settings.json differ diff --git a/secrets/vscode/profiles/main/data/ui-state.yml b/secrets/vscode/profiles/main/data/ui-state.yml index eee8e85..e8de351 100644 Binary files a/secrets/vscode/profiles/main/data/ui-state.yml and b/secrets/vscode/profiles/main/data/ui-state.yml differ