feat(desktop): back to footterm, my beloved.
This commit is contained in:
parent
ec5e45b2d0
commit
4ca1a58d90
2 changed files with 2 additions and 14 deletions
|
@ -127,7 +127,7 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$menu" = "tofi";
|
"$menu" = "tofi";
|
||||||
"$terminal" = "ghostty";
|
"$terminal" = "foot";
|
||||||
|
|
||||||
exec = [
|
exec = [
|
||||||
# Fix laptop monitor getting turned on while my external monitor connected
|
# Fix laptop monitor getting turned on while my external monitor connected
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
horizontal = true;
|
horizontal = true;
|
||||||
history = false;
|
history = false;
|
||||||
require-match = false;
|
require-match = false;
|
||||||
terminal = "ghostty";
|
terminal = "foot";
|
||||||
outline-width = 0;
|
outline-width = 0;
|
||||||
border-width = 0;
|
border-width = 0;
|
||||||
min-input-width = 120;
|
min-input-width = 120;
|
||||||
|
@ -43,18 +43,6 @@
|
||||||
# Install foot
|
# Install foot
|
||||||
programs.foot.enable = true;
|
programs.foot.enable = true;
|
||||||
|
|
||||||
programs.ghostty = {
|
|
||||||
enable = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
installVimSyntax = true;
|
|
||||||
settings = {
|
|
||||||
window-decoration = false;
|
|
||||||
mouse-hide-while-typing = true;
|
|
||||||
resize-overlay = "never";
|
|
||||||
window-padding-balance = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Setup and enable mako
|
# Setup and enable mako
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue