Add ghostty flake

This commit is contained in:
Dave Gallant
2024-12-26 21:53:00 -05:00
parent 7f521f0086
commit 8936b165e2
2 changed files with 125 additions and 6 deletions

View File

@@ -10,6 +10,9 @@
url = "github:lnl7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
ghostty = {
url = "github:ghostty-org/ghostty";
};
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
@@ -25,6 +28,7 @@
{
self,
darwin,
ghostty,
home-manager,
nixpkgs,
nixpkgs-unstable,
@@ -59,7 +63,11 @@
./upgrade-diff.nix
home-manager.nixosModules.home-manager
stylix.nixosModules.stylix
{
environment.systemPackages = [
ghostty.packages.x86_64-linux.default
];
}
(
{ config, lib, ... }:
{