diff --git a/flake.nix b/flake.nix index 1346f5e..f566484 100644 --- a/flake.nix +++ b/flake.nix @@ -144,10 +144,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - ghostty = { - url = "github:ghostty-org/ghostty"; - }; - shinya-nvf.url = "git+https://git.foglar.tech/foglar/neovim-config"; # Nix Flake Install Script diff --git a/nixos/home/apps/programming.nix b/nixos/home/apps/programming.nix index 4bca05c..c000c5c 100644 --- a/nixos/home/apps/programming.nix +++ b/nixos/home/apps/programming.nix @@ -23,11 +23,8 @@ dotnet-sdk_8 git-ignore lazygit - ]) - ++ ( - with inputs.ghostty.packages.${system}; [ - default - ] + ghostty + ] ); nixpkgs.config.allowUnfreePredicate = pkg: