This commit is contained in:
Arthur Wambst 2025-02-25 14:32:18 +01:00
parent 96e37a78df
commit 4f1e609901

View File

@ -31,6 +31,9 @@
in
{
environnement.systemPackages = inputs.neovim.nixosModules.neovim;
};
programs.neovim = {
enable = true;
};
};
};
}