Update plasma and add foot as terminal emulator

This commit is contained in:
Lillian Violet 2024-05-11 21:26:22 +02:00
parent d5f572e31b
commit acccba01c0
3 changed files with 114 additions and 67 deletions

View file

@ -0,0 +1,20 @@
{
lib,
pkgs,
inputs,
...
}: {
programs.foot = {
enable = true;
catppuccin.enable = true;
settings = {
main = {
font = "Fira Code:size=11";
};
mouse = {
hide-when-typing = "yes";
};
};
};
}