From c12a6a14001ced27cb27666605e9888d174e90cf Mon Sep 17 00:00:00 2001 From: o-az Date: Thu, 5 Sep 2024 18:11:38 -0700 Subject: [PATCH] chore: cleanup --- flake.lock | 8 ++++---- flake.nix | 1 - modules/configuration.nix | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 8348ef1..77bcc7d 100644 --- a/flake.lock +++ b/flake.lock @@ -102,11 +102,11 @@ "zig": "zig" }, "locked": { - "lastModified": 1725574620, - "narHash": "sha256-OovbW0B7wQlSdJAKcj1FAnoCd9+6vlPgIcxHdlDgP+0=", + "lastModified": 1725580705, + "narHash": "sha256-nTSnacT3vPHAdQof7mSAI7gN2WpB41Gm/bt7y5LdJ34=", "ref": "refs/heads/main", - "rev": "b283307dd6fbf86b7bab466cc603108de0a16017", - "revCount": 7203, + "rev": "0f4d07e68ceec92884c4de911e36966168a737f3", + "revCount": 7205, "type": "git", "url": "ssh://git@github.com/ghostty-org/ghostty" }, diff --git a/flake.nix b/flake.nix index 1dd09b3..67fe6c7 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,6 @@ nix-index-database.url = "github:nix-community/nix-index-database"; nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; - # need to fix ssh setup first ghostty.url = "git+ssh://git@github.com/ghostty-org/ghostty"; ghostty.inputs.nixpkgs-stable.follows = "nixpkgs"; }; diff --git a/modules/configuration.nix b/modules/configuration.nix index b272a48..fd09f01 100644 --- a/modules/configuration.nix +++ b/modules/configuration.nix @@ -143,6 +143,7 @@ with lib; variables = { EDITOR = "hx"; + TERM = "xterm-ghostty"; XDG_CONFIG_HOME = "$HOME/.config"; };