Enable foot server, add emoji to fonts
This commit is contained in:
parent
c604db67a5
commit
0c88aa8667
2 changed files with 5 additions and 2 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue