1
0
Fork 0

wip: ghostty

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jolheiser 2023-11-02 07:48:46 -05:00
parent 8d0c82d813
commit 78ebdce585
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 14 additions and 0 deletions

View File

@ -5,5 +5,19 @@
cacheHome = "${config.home.homeDirectory}/.cache";
configHome = "${config.home.homeDirectory}/.config";
dataHome = "${config.home.homeDirectory}/.local/share";
desktopEntries.ghostty = {
name = "Ghostty";
type = "Application";
comment = "A terminal emulator";
exec = "/home/jolheiser/.local/share/ghostty/bin/ghostty";
icon = "com.mitchellh.ghostty";
categories = ["System" "TerminalEmulator" "Utility"];
startupNotify = true;
terminal = false;
#actions."new-window" = {
# name = "New Window";
# exec = "ghostty";
#};
};
};
}