Remove Ghostty custom build now that 1.2 is out.
This commit is contained in:
parent
5b3288b710
commit
90929db128
2 changed files with 7 additions and 12 deletions
16
flake.nix
16
flake.nix
|
|
@ -5,11 +5,6 @@
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
colorsync.url = "github:LarssonMartin1998/colorsync";
|
colorsync.url = "github:LarssonMartin1998/colorsync";
|
||||||
|
|
||||||
ghostty = {
|
|
||||||
url = "github:ghostty-org/ghostty";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
nur = {
|
nur = {
|
||||||
url = "github:nix-community/NUR";
|
url = "github:nix-community/NUR";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
@ -49,7 +44,6 @@
|
||||||
{
|
{
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
ghostty,
|
|
||||||
nur,
|
nur,
|
||||||
apple-silicon-support,
|
apple-silicon-support,
|
||||||
home-manager,
|
home-manager,
|
||||||
|
|
@ -100,7 +94,8 @@
|
||||||
modules = [
|
modules = [
|
||||||
./nix/system/common/nix.nix
|
./nix/system/common/nix.nix
|
||||||
./nix/system/local.nix
|
./nix/system/local.nix
|
||||||
] ++ extraModules;
|
]
|
||||||
|
++ extraModules;
|
||||||
|
|
||||||
specialArgs = specialArgs;
|
specialArgs = specialArgs;
|
||||||
};
|
};
|
||||||
|
|
@ -121,12 +116,12 @@
|
||||||
modules = [
|
modules = [
|
||||||
./nix/home/default.nix
|
./nix/home/default.nix
|
||||||
./nix/home/local.nix
|
./nix/home/local.nix
|
||||||
] ++ extraModules;
|
]
|
||||||
|
++ extraModules;
|
||||||
|
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
neovim-flake = neovim;
|
neovim-flake = neovim;
|
||||||
nur = nur.legacyPackages.${system};
|
nur = nur.legacyPackages.${system};
|
||||||
ghosttyPkg = ghostty.packages.${system}.ghostty;
|
|
||||||
colorsync = colorsync.packages.${system}.default;
|
colorsync = colorsync.packages.${system}.default;
|
||||||
isLinux = isLinux;
|
isLinux = isLinux;
|
||||||
isDarwin = isDarwin;
|
isDarwin = isDarwin;
|
||||||
|
|
@ -198,7 +193,8 @@
|
||||||
mutableTaps = true;
|
mutableTaps = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
] ++ extraModules;
|
]
|
||||||
|
++ extraModules;
|
||||||
|
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
self = self;
|
self = self;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
ghosttyPkg,
|
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -50,7 +49,7 @@ in
|
||||||
llvmPackages_20.clang
|
llvmPackages_20.clang
|
||||||
llvmPackages_20.clang-tools
|
llvmPackages_20.clang-tools
|
||||||
gimp3
|
gimp3
|
||||||
ghosttyPkg
|
ghostty
|
||||||
mullvad
|
mullvad
|
||||||
thunderbird
|
thunderbird
|
||||||
wofi
|
wofi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue