Fix nvim styling #153

Merged
jalil merged 2 commits from fix-nvim-styling into main 2024-11-20 22:01:44 +01:00
Showing only changes of commit 89ebb377bc - Show all commits

View file

@ -26,8 +26,11 @@ in
};
sizes.popups = 12;
};
targets.plymouth = {
targets = {
plymouth = {
logoAnimated = false;
logo = cfg.bootLogo;
};
nixvim.enable = false;
};
}