foot, zellij, hyprland

This commit is contained in:
xunuwu 2024-04-07 23:40:45 +02:00
parent 4e5f0a6e0b
commit c522dcbb3f
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
6 changed files with 108 additions and 4 deletions

View 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";
};
};
};
}

View file

@ -0,0 +1,5 @@
{
programs.zellij = {
enable = true;
};
}