From 97d3dbbf411f6e560a57ab9941e7cc6c6e7fddad Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Tue, 3 Jun 2025 11:41:09 +0200 Subject: [PATCH 1/3] Re-add bw-cli for darwin which I accidentally messed up --- flake.nix | 8 ++++++++ nix/home/darwin.nix | 1 + 2 files changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index e113a0e..d5ecce0 100644 --- a/flake.nix +++ b/flake.nix @@ -69,6 +69,14 @@ config = { allowUnfree = true; }; + overlays = lib.optionals (lib.strings.hasPrefix "aarch64-darwin" system) [ + (final: prev: { + bitwarden-cli = prev.bitwarden-cli.overrideAttrs (oldAttrs: { + nativeBuildInputs = (oldAttrs.nativeBuildInputs or [ ]) ++ [ prev.llvmPackages_18.stdenv.cc ]; + stdenv = prev.llvmPackages_18.stdenv; + }); + }) + ]; }; makeSystemConfig = diff --git a/nix/home/darwin.nix b/nix/home/darwin.nix index 7c634aa..bed8372 100644 --- a/nix/home/darwin.nix +++ b/nix/home/darwin.nix @@ -17,6 +17,7 @@ in packages = with pkgs; [ gawk discord + bitwarden-cli ]; file = utils.mk_symlinks { inherit config dotfiles; }; }; From 17c94ef12de68fd1c166afdb3cf30b793bbe3ea6 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Tue, 3 Jun 2025 11:41:37 +0200 Subject: [PATCH 2/3] Remove zen-browser for qutebrowser, add mousecat --- nix/system/darwin.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/system/darwin.nix b/nix/system/darwin.nix index 35fd1dd..ab5a647 100644 --- a/nix/system/darwin.nix +++ b/nix/system/darwin.nix @@ -15,8 +15,9 @@ enable = true; casks = [ "ghostty" - "zen-browser" "nikitabobko/tap/aerospace" + "qutebrowser" + "shortcat" ]; brews = [ "mas" From 2e78854991d4307896202b25faa0e8f44150fd77 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Tue, 3 Jun 2025 11:42:08 +0200 Subject: [PATCH 3/3] Update ghostty cell height --- ghostty/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghostty/config b/ghostty/config index a4c6e4a..ee6b029 100644 --- a/ghostty/config +++ b/ghostty/config @@ -1,7 +1,10 @@ gtk-tabs-location = hidden font-size = 16 -adjust-cell-height = 45.4% +# Perfect cell height my external monitor when at the desk +adjust-cell-height = 42% +# Perfect cell height for MBP 16" when on the go +# adjust-cell-height = 40% window-inherit-font-size = true font-family = CaskaydiaCove NFM font-family-bold = CaskaydiaCove NFM