From ccdcb7ab4ec1ccbfd7174aadd67b946631525ad1 Mon Sep 17 00:00:00 2001 From: foglar Date: Sat, 25 Jan 2025 18:51:27 +0100 Subject: [PATCH] ghostty migarated from flake input to package --- flake.nix | 4 ---- nixos/home/apps/programming.nix | 7 ++----- 2 files changed, 2 insertions(+), 9 deletions(-) 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: