Add ghostty
This commit is contained in:
parent
4e3e5695e1
commit
e559b85da9
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
let
|
||||
nixGL = import ./nixGL.nix { inherit pkgs config; };
|
||||
in
|
||||
{
|
||||
home.packages = [
|
||||
(nixGL (builtins.getFlake
|
||||
"github:ghostty-org/ghostty/cb5fbc10413420a9b98072502731b7c76c9d6299"
|
||||
).packages.x86_64-linux.default)
|
||||
];
|
||||
|
||||
}
|
|
@ -15,6 +15,7 @@ in
|
|||
./syncthing.nix
|
||||
./fzf.nix
|
||||
./zellij.nix
|
||||
./ghostty.nix
|
||||
./packages-min.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue