feat(desktop): use ghostty.
This commit is contained in:
parent
bb84321cfe
commit
283aa971b6
2 changed files with 11 additions and 2 deletions
|
@ -127,7 +127,7 @@ in {
|
|||
settings = {
|
||||
"$mod" = "SUPER";
|
||||
"$menu" = "tofi";
|
||||
"$terminal" = "foot";
|
||||
"$terminal" = "ghostty";
|
||||
|
||||
exec = [
|
||||
# Fix laptop monitor getting turned on while my external monitor connected
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
horizontal = true;
|
||||
history = false;
|
||||
require-match = false;
|
||||
terminal = "foot";
|
||||
terminal = "ghostty";
|
||||
outline-width = 0;
|
||||
border-width = 0;
|
||||
min-input-width = 120;
|
||||
|
@ -43,6 +43,15 @@
|
|||
# Install foot
|
||||
programs.foot.enable = true;
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
installVimSyntax = true;
|
||||
settings = {
|
||||
window-decoration = false;
|
||||
};
|
||||
};
|
||||
|
||||
# Setup and enable mako
|
||||
services.mako = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue