17 lines
158 B
Nix
17 lines
158 B
Nix
{ pkgs, ... }:
|
|
{
|
|
|
|
imports = [
|
|
./ai
|
|
./aw
|
|
./lang
|
|
./lsp
|
|
./telescope
|
|
./ui
|
|
];
|
|
|
|
# Persistence
|
|
plugins.persistence.enable = true;
|
|
|
|
}
|