Switched to foot terminal
This commit is contained in:
@@ -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
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 = [
|
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"
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user