Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Sep 6, 2024
1 parent 98f459d commit c12a6a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/ghostty-org/ghostty";
ghostty.inputs.nixpkgs-stable.follows = "nixpkgs";
};
Expand Down
1 change: 1 addition & 0 deletions modules/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ with lib;

variables = {
EDITOR = "hx";
TERM = "xterm-ghostty";
XDG_CONFIG_HOME = "$HOME/.config";
};

Expand Down

0 comments on commit c12a6a1

Please sign in to comment.