feat: meep

This commit is contained in:
Kat Inskip 2025-11-24 22:12:05 -08:00
parent 779c3c4098
commit 4477a98282
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 114 additions and 30 deletions

View file

@ -9,6 +9,7 @@
in {
programs.nixvim = {
enable = true;
defaultEditor = true;
imports = [
tree.home.profiles.nixvim.plugins
];
@ -87,6 +88,8 @@ in {
(genAttrs pluginsToGen (_: basePlugin))
{
auto-session.settings = {
auto_save = true;
auto_create = true;
bypass_save_filetypes = ["startup"];
close_filetypes_on_save = ["startup"];
};