nix update
This commit is contained in:
parent
23bd9c3f48
commit
7a40103f75
2 changed files with 26 additions and 26 deletions
home/common
|
@ -75,7 +75,7 @@
|
|||
"TerminalEmulator"
|
||||
];
|
||||
exec = ''
|
||||
ghostty --class=com.mitchellh.ghostty-secondary --background-opacity=0.7 --font-style="UltraCondensed" --font-style-bold="Bold UltraCondensed" --font-style-italic="UltraCondensed Oblique" -e bash
|
||||
ghostty --class=com.mitchellh.ghostty-secondary --background-opacity=0.8 --font-style="UltraCondensed" --font-style-bold="Bold UltraCondensed" --font-style-italic="UltraCondensed Oblique" -e bash
|
||||
'';
|
||||
genericName = "Secondary Ghostty";
|
||||
icon = "com.mitchellh.ghostty";
|
||||
|
@ -113,7 +113,7 @@
|
|||
"TerminalEmulator"
|
||||
];
|
||||
exec = ''
|
||||
ghostty --class=com.mitchellh.ghostty-devel-secondary --background-opacity=0.7 --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" --command="ssh -t devel" --initial-command="ssh -t devel"
|
||||
ghostty --class=com.mitchellh.ghostty-devel-secondary --background-opacity=0.8 --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" --command="ssh -t devel" --initial-command="ssh -t devel"
|
||||
'';
|
||||
genericName = "Secondary Ghostty (devel)";
|
||||
icon = "com.mitchellh.ghostty";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue