Skip to content

Commit

Permalink
tp3: add ghostty
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Dec 28, 2024
1 parent 3e6b87f commit 869f516
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 1 deletion.
88 changes: 87 additions & 1 deletion flake.lock

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

6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
ghostty = {
url = "github:ghostty-org/ghostty";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.nixpkgs-unstable.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
};
git-hooks = {
url = "github:cachix/git-hooks.nix";
inputs.flake-compat.follows = "flake-compat";
Expand Down
1 change: 1 addition & 0 deletions modules/flake/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"E501"
];
} ../../scripts/borg2prom.py;
ghostty = inputs.ghostty.packages.${final.system}.default;
hashPassword = final.callPackage ../../packages/hashPassword { };
hl = final.callPackage ../../packages/hl { };
httpserve = final.writers.writePython3Bin "httpserve" {
Expand Down
1 change: 1 addition & 0 deletions modules/home/tp3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
firefox
flameshot
freecad
ghostty
google-chrome
kubectl
libreoffice-fresh
Expand Down

0 comments on commit 869f516

Please sign in to comment.