ghostty: init

This commit is contained in:
cy 2025-01-21 12:23:16 -05:00
parent 6a2269f591
commit aca309a9c0
6 changed files with 169 additions and 27 deletions

View file

@ -6,7 +6,7 @@
}:
let
wallpaper = "${./nixos-c-book.png}";
terminal = "foot";
terminal = "ghostty";
menu = [
"fuzzel"
"-w"
@ -93,6 +93,7 @@ in
app-id = "anki";
title = "^Browse";
}
{ app-id = "com.mitchellh.ghostt"; }
];
default-column-width.proportion = .5;
}