ghostty tip
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
programs.ghostty = {
|
programs.ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.ghostty-bin;
|
package = pkgs.emptyDirectory;
|
||||||
settings = {
|
settings = {
|
||||||
command = "${pkgs.fish}/bin/fish";
|
command = "${pkgs.fish}/bin/fish";
|
||||||
theme = "Catppuccin Latte";
|
theme = "Catppuccin Latte";
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
casks = [
|
casks = [
|
||||||
|
"ghostty@tip"
|
||||||
"helium-browser"
|
"helium-browser"
|
||||||
"pearcleaner"
|
"pearcleaner"
|
||||||
"tidal"
|
"tidal"
|
||||||
|
|||||||
Reference in New Issue
Block a user