14 lines
177 B
Nix
Raw Normal View History

2024-10-14 18:43:31 +03:00
{
programs.nixvim = {
enable = true;
2024-11-10 14:21:57 +03:00
2024-10-14 18:43:31 +03:00
defaultEditor = true;
# Color schemes managed by stylix! :D
};
imports = [
./plugins-bundle.nix
];
}