up ghostty
This commit is contained in:
19
flake.nix
19
flake.nix
@@ -25,10 +25,6 @@
|
|||||||
url = "github:homebrew/homebrew-cask";
|
url = "github:homebrew/homebrew-cask";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
homebrew-axe = {
|
|
||||||
url = "github:cameroncooke/homebrew-axe";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
nixvim.url = "github:nix-community/nixvim";
|
nixvim.url = "github:nix-community/nixvim";
|
||||||
zjstatus.url = "github:dj95/zjstatus";
|
zjstatus.url = "github:dj95/zjstatus";
|
||||||
};
|
};
|
||||||
@@ -65,9 +61,10 @@
|
|||||||
})
|
})
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
ghostty-bin = prev.ghostty-bin.overrideAttrs (old: {
|
ghostty-bin = prev.ghostty-bin.overrideAttrs (old: {
|
||||||
|
version = "1.2.0";
|
||||||
src = prev.fetchurl {
|
src = prev.fetchurl {
|
||||||
url = "https://release.files.ghostty.org/1.2.0/Ghostty.dmg";
|
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: {
|
(final: prev: {
|
||||||
zjstatus = inputs.zjstatus.packages.${prev.system}.default;
|
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}
|
./hosts/nixos/${hostname}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
package = pkgs.ghostty-bin;
|
package = pkgs.ghostty-bin;
|
||||||
settings = {
|
settings = {
|
||||||
command = "${pkgs.fish}/bin/fish";
|
command = "${pkgs.fish}/bin/fish";
|
||||||
theme = "catppuccin-mocha";
|
theme = "Catppuccin Mocha";
|
||||||
window-padding-x = 8;
|
window-padding-x = 8;
|
||||||
window-padding-y = 2;
|
window-padding-y = 2;
|
||||||
window-padding-balance = true;
|
window-padding-balance = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user