updated flake inputs, fixed evaluation warnings

removed the neon configuration from the flake
This commit is contained in:
2025-07-14 12:30:10 -04:00
parent c12ae3a9e9
commit 54d1c15823
19 changed files with 273 additions and 850 deletions

View File

@@ -1,9 +1,11 @@
{
programs.nixvim.plugins.fidget = {
enable = true;
notification = {
overrideVimNotify = true;
window = { border = "rounded"; };
settings = {
notification = {
overrideVimNotify = true;
window = { border = "rounded"; };
};
};
};
}