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/ghostty/config b/ghostty/config index 1784141..ee6b029 100644 --- a/ghostty/config +++ b/ghostty/config @@ -1,7 +1,10 @@ gtk-tabs-location = hidden font-size = 16 +# 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 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; }; }; 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"