neovim-flake/modules/session/nvim-session-manager/default.nix

7 lines
74 B
Nix

_: {
imports = [
./nvim-session-manager.nix
./config.nix
];
}