Skip to content

Commit b385421

Browse files
flake: add ghostty
1 parent ab093cc commit b385421

File tree

3 files changed

+131
-0
lines changed

3 files changed

+131
-0
lines changed

flake.lock

Lines changed: 128 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
darwin.inputs.nixpkgs.follows = "nixpkgs";
1212
homini.url = "github:minizilla/homini";
1313
homini.inputs.nixpkgs.follows = "nixpkgs";
14+
ghostty.url = "github:ghostty-org/ghostty";
1415
};
1516

1617
outputs =

lib/mknixos.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
dt,
44
home-manager,
55
homini,
6+
ghostty,
67
...
78
}:
89
nixosConfigurations:
@@ -46,6 +47,7 @@ builtins.mapAttrs (
4647
dt.flake = dt;
4748
};
4849
nix.nixPath = [ "nixpkgs=flake:nixpkgs" ];
50+
environment.systemPackages = [ ghostty.packages.${settings.system}.default ];
4951
}
5052
)
5153
../machines/${settings.machine}

0 commit comments

Comments
 (0)