Compare commits
2 commits
4dadbe3542
...
9b0447433e
Author | SHA1 | Date | |
---|---|---|---|
9b0447433e | |||
761b506dac |
2 changed files with 19 additions and 3 deletions
|
@ -57,10 +57,9 @@ in
|
|||
};
|
||||
packages = with pkgs; [
|
||||
inter
|
||||
jetbrains-mono
|
||||
liberation_ttf
|
||||
monaspace
|
||||
(pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
nerd-fonts.symbols-only
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-color-emoji
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
"System"
|
||||
"TerminalEmulator"
|
||||
];
|
||||
exec = ''ghostty --class=com.mitchellh.ghostty-local -e "tmux new-session -A -s0 -nt1"'';
|
||||
exec = ''ghostty --class=com.mitchellh.ghostty-local -e "tmux new-session -A -s main"'';
|
||||
genericName = "Ghostty (local)";
|
||||
icon = "com.mitchellh.ghostty";
|
||||
name = "Ghostty (local)";
|
||||
|
@ -133,6 +133,23 @@
|
|||
type = "Application";
|
||||
};
|
||||
|
||||
ghostty-local-secondary = {
|
||||
categories = [
|
||||
"System"
|
||||
"TerminalEmulator"
|
||||
];
|
||||
exec = ''ghostty --class=com.mitchellh.ghostty-local-secondary -e "tmux new-session -A -s secondary -t main"'';
|
||||
genericName = "Ghostty (local) Secondary";
|
||||
icon = "com.mitchellh.ghostty";
|
||||
name = "Ghostty (local) Secondary";
|
||||
settings = {
|
||||
StartupWMClass = "com.mitchellh.ghostty-local-secondary";
|
||||
TryExec = "ghostty";
|
||||
};
|
||||
terminal = false;
|
||||
type = "Application";
|
||||
};
|
||||
|
||||
ghostty-nemo = {
|
||||
categories = [
|
||||
"System"
|
||||
|
|
Loading…
Reference in a new issue