Skip to content

Commit

Permalink
ghostty
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 26, 2024
1 parent 6a258bc commit f928475
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 17 deletions.
145 changes: 128 additions & 17 deletions flake.lock

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

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
actualism-app.url = "github:srid/actualism-app";
omnix.url = "github:juspay/omnix";
hyprland.url = "github:hyprwm/Hyprland/v0.45.2";
ghostty.url = "github:ghostty-org/ghostty";

# Neovim
nixvim.url = "github:nix-community/nixvim";
Expand Down
2 changes: 2 additions & 0 deletions modules/home/all/terminal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ in
hledger-web

gnupg

ghostty
];

fonts.fontconfig.enable = true;
Expand Down
1 change: 1 addition & 0 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ self: super: {
actualism-app = inputs.actualism-app.packages.${self.system}.default;
omnix = inputs.omnix.packages.${self.system}.default;
git-merge-and-delete = self.callPackage "${packages}/git-merge-and-delete.nix" { };
ghostty = inputs.ghostty.packages.${self.system}.default;
}

0 comments on commit f928475

Please sign in to comment.