Skip to content

Commit

Permalink
desktop: Add ghostty
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 28, 2024
1 parent 6fd810b commit a3713aa
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 28 deletions.
8 changes: 8 additions & 0 deletions dotfiles/ghostty/.config/ghostty/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
font-family = "SauceCodePro Nerd Font"
font-size = 16.5
theme = "Builtin Solarized Dark"

mouse-hide-while-typing = true
window-decoration = false
window-theme = dark
confirm-close-surface = false
172 changes: 150 additions & 22 deletions flake.lock

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

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};

ghostty = {
url = "github:ghostty-org/ghostty";
};
};

outputs = inputs@{ self, nixpkgs, nix-darwin, sub, systems, devenv, home-manager, ... }: {
Expand Down
Loading

0 comments on commit a3713aa

Please sign in to comment.