Switched to foot terminal
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
{
|
||||
imports = [
|
||||
./firefox.nix
|
||||
./ghostty.nix
|
||||
./foot.nix
|
||||
# ./ghostty.nix
|
||||
./git.nix
|
||||
# ./helix.nix
|
||||
./hypr
|
||||
|
||||
17
modules/home/foot.nix
Normal file
17
modules/home/foot.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
server.enable = false;
|
||||
settings = {
|
||||
main = {
|
||||
term = "xterm-256color";
|
||||
};
|
||||
mouse = {
|
||||
hide-when-typing = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
bind = [
|
||||
"$mod, Q, killactive"
|
||||
"$mod, W, exec, ghostty +new-window"
|
||||
"$mod, W, exec, foot"
|
||||
"$mod, S, exec, walker"
|
||||
"$mod, Escape, exec, wlogout"
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
colorTheme.enable = true;
|
||||
firefoxGnomeTheme.enable = true;
|
||||
};
|
||||
foot.enable = true;
|
||||
lazygit.enable = true;
|
||||
starship.enable = true;
|
||||
yazi.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user