fix: syntax

This commit is contained in:
Youwen Wu 2024-08-24 23:06:12 -07:00
parent 91fb090863
commit f883e16d11
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 17 additions and 17 deletions

View file

@ -18,4 +18,5 @@
yazi
fd
];
};
}

View file

@ -1,23 +1,22 @@
# Misc stuff
{
programs.nixvim.plugins = {
# Extra (stuff that doesn't affect editing)
wakatime.enable = true;
presence-nvim = {
enable = true;
editingText = "Hacking %s";
workspaceText = "The One True Text Editor";
buttons = [
{
label = "GitHub";
url = "https://github.com/youwen5";
}
{
label = "Code Forge";
url = "https://code.youwen.dev/";
}
];
};
# Extra (stuff that doesn't affect editing)
wakatime.enable = true;
presence-nvim = {
enable = true;
editingText = "Hacking %s";
workspaceText = "The One True Text Editor";
buttons = [
{
label = "GitHub";
url = "https://github.com/youwen5";
}
{
label = "Code Forge";
url = "https://code.youwen.dev/";
}
];
};
};
}