feat: use raw ghostty launcher
This commit is contained in:
parent
8b45b61f1c
commit
dc54cd64c2
2 changed files with 2 additions and 2 deletions
|
|
@ -147,7 +147,7 @@
|
|||
xdg.terminal-exec = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default = [ "ghostty.desktop" ];
|
||||
default = [ "com.mitchellh.ghostty.desktop" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
xdg.desktopEntries.ghostty = {
|
||||
xdg.desktopEntries."com.mitchellh.ghostty" = {
|
||||
name = "Ghostty";
|
||||
genericName = "Terminal Emulator";
|
||||
exec = "${pkgs.ghostty}/bin/ghostty --fullscreen=true -e ${homeLib.zellijPersistentSession}/bin/zellij-persistent-session";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue