Files
nvim/config/modules/plugins/mini.nix
T
palkx 6855a707d4
build-flake / Build flake (push) Successful in 9m52s
build-flake / Release a new version (push) Successful in 13s
Sync flake lock with main nix-configuration project / Sync flake lock with main nix-configuration project (push) Successful in 7s
Sync flake lock with main nix-configuration project / Build flake (push) Successful in 9m9s
Sync flake lock with main nix-configuration project / Release a new version (push) Successful in 10s
feat: update plugins, flake
2026-04-16 18:14:54 +03:00

11 lines
135 B
Nix

{
plugins.mini = {
enable = true;
mockDevIcons = true;
modules = {
icons = { };
comment = { };
};
};
}