diff --git a/flake.nix b/flake.nix index 84f2d8f..f787418 100644 --- a/flake.nix +++ b/flake.nix @@ -25,10 +25,6 @@ url = "github:homebrew/homebrew-cask"; flake = false; }; - homebrew-axe = { - url = "github:cameroncooke/homebrew-axe"; - flake = false; - }; nixvim.url = "github:nix-community/nixvim"; zjstatus.url = "github:dj95/zjstatus"; }; @@ -65,9 +61,10 @@ }) (final: prev: { ghostty-bin = prev.ghostty-bin.overrideAttrs (old: { + version = "1.2.0"; src = prev.fetchurl { url = "https://release.files.ghostty.org/1.2.0/Ghostty.dmg"; - hash = "sha256-ZOUUGI9UlZjxZtbctvjfKfMz6VTigXKikB6piKFPJkc="; + hash = "sha256-QyHKQ00iRxWS6GwPfRAi9RDSlgX/50N0+MASmnPGAo4="; }; }); }) @@ -105,18 +102,6 @@ (final: prev: { zjstatus = inputs.zjstatus.packages.${prev.system}.default; }) - (_: prev: { - tailscale = prev.tailscale.overrideAttrs (old: { - checkFlags = - builtins.map ( - flag: - if prev.lib.hasPrefix "-skip=" flag - then flag + "|^TestGetList$|^TestIgnoreLocallyBoundPorts$|^TestPoller$" - else flag - ) - old.checkFlags; - }); - }) ]; } ./hosts/nixos/${hostname} diff --git a/modules/darwin/home/ghostty.nix b/modules/darwin/home/ghostty.nix index 66091c8..1652680 100644 --- a/modules/darwin/home/ghostty.nix +++ b/modules/darwin/home/ghostty.nix @@ -4,7 +4,7 @@ package = pkgs.ghostty-bin; settings = { command = "${pkgs.fish}/bin/fish"; - theme = "catppuccin-mocha"; + theme = "Catppuccin Mocha"; window-padding-x = 8; window-padding-y = 2; window-padding-balance = true;