Switched to foot terminal

This commit is contained in:
2025-12-07 23:52:36 -05:00
parent 96ad8e6994
commit 4c5b7a966d
4 changed files with 21 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
{ {
imports = [ imports = [
./firefox.nix ./firefox.nix
./ghostty.nix ./foot.nix
# ./ghostty.nix
./git.nix ./git.nix
# ./helix.nix # ./helix.nix
./hypr ./hypr

17
modules/home/foot.nix Normal file
View File

@@ -0,0 +1,17 @@
{
...
}:
{
programs.foot = {
enable = true;
server.enable = false;
settings = {
main = {
term = "xterm-256color";
};
mouse = {
hide-when-typing = "yes";
};
};
};
}

View File

@@ -11,7 +11,7 @@
bind = [ bind = [
"$mod, Q, killactive" "$mod, Q, killactive"
"$mod, W, exec, ghostty +new-window" "$mod, W, exec, foot"
"$mod, S, exec, walker" "$mod, S, exec, walker"
"$mod, Escape, exec, wlogout" "$mod, Escape, exec, wlogout"

View File

@@ -28,6 +28,7 @@
colorTheme.enable = true; colorTheme.enable = true;
firefoxGnomeTheme.enable = true; firefoxGnomeTheme.enable = true;
}; };
foot.enable = true;
lazygit.enable = true; lazygit.enable = true;
starship.enable = true; starship.enable = true;
yazi.enable = true; yazi.enable = true;