neo2005/config/plugins/default.nix

13 lines
147 B
Nix
Raw Normal View History

2024-12-12 18:55:51 +01:00
{ pkgs, ... }: {
imports = [
./lsp
./telescope
./ui
./aw
./lang
2024-12-12 18:55:51 +01:00
];
# Persistence
plugins.persistence.enable = true;
}