Add ghostty & fixes

This commit is contained in:
2026-02-18 12:10:59 +01:00
parent ce81e66652
commit 193cc6b9cd
9 changed files with 55 additions and 42 deletions
-6
View File
@@ -23,10 +23,6 @@
homebrew-core.flake = false;
homebrew-cask.url = "github:homebrew/homebrew-cask";
homebrew-cask.flake = false;
# Rust Overlay
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
};
outputs =
@@ -38,7 +34,6 @@
import-tree,
home-manager,
nix-homebrew,
rust-overlay,
homebrew-core,
homebrew-cask,
nixpkgs-unstable,
@@ -82,7 +77,6 @@
specialArgs = {
self = self;
import-tree = import-tree;
rust-overlay = rust-overlay;
home-manager = home-manager;
homebrew-core = homebrew-core;
homebrew-cask = homebrew-cask;