Enable foot server, add emoji to fonts

This commit is contained in:
Erwin Boskma 2022-11-30 19:23:41 +01:00
parent c604db67a5
commit 0c88aa8667
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU
2 changed files with 5 additions and 2 deletions

View file

@ -15,7 +15,7 @@ in
settings = { settings = {
main = { main = {
font = "Iosevka Nerd Font:size=10"; font = "Iosevka Nerd Font:size=10, Noto Color Emoji";
dpi-aware = "yes"; dpi-aware = "yes";
}; };

View file

@ -44,7 +44,10 @@ in
work = config.eboskma.base.work; work = config.eboskma.base.work;
}; };
fish.enable = true; fish.enable = true;
foot.enable = true; foot = {
enable = true;
server = true;
};
git = { git = {
enable = true; enable = true;
name = "Erwin Boskma"; name = "Erwin Boskma";