mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-01 17:47:58 +02:00
6 lines
71 B
Nix
6 lines
71 B
Nix
{
|
|
imports = [
|
|
./nvim-session-manager.nix
|
|
./config.nix
|
|
];
|
|
}
|