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 = {
|
||||
main = {
|
||||
font = "Iosevka Nerd Font:size=10";
|
||||
font = "Iosevka Nerd Font:size=10, Noto Color Emoji";
|
||||
dpi-aware = "yes";
|
||||
};
|
||||
|
||||
|
|
|
@ -44,7 +44,10 @@ in
|
|||
work = config.eboskma.base.work;
|
||||
};
|
||||
fish.enable = true;
|
||||
foot.enable = true;
|
||||
foot = {
|
||||
enable = true;
|
||||
server = true;
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
name = "Erwin Boskma";
|
||||
|
|
Loading…
Reference in a new issue