Skip to content

Commit 28fd8f0

Browse files
ghosty: removed
1 parent 9b00001 commit 28fd8f0

File tree

3 files changed

+0
-131
lines changed

3 files changed

+0
-131
lines changed

flake.lock

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

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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";
1514
};
1615

1716
outputs =

lib/mknixos.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
dt,
44
home-manager,
55
homini,
6-
ghostty,
76
...
87
}:
98
nixosConfigurations:
@@ -47,7 +46,6 @@ builtins.mapAttrs (
4746
dt.flake = dt;
4847
};
4948
nix.nixPath = [ "nixpkgs=flake:nixpkgs" ];
50-
environment.systemPackages = [ ghostty.packages.${settings.system}.default ];
5149
}
5250
)
5351
../machines/${settings.machine}

0 commit comments

Comments
 (0)