foot, zellij, hyprland
This commit is contained in:
parent
4e5f0a6e0b
commit
c522dcbb3f
6 changed files with 108 additions and 4 deletions
15
home/terminal/emulator/foot.nix
Normal file
15
home/terminal/emulator/foot.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
include = "${pkgs.foot.themes}/share/foot/themes/moonfly";
|
||||
font = "monospace:size=9";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue