1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-27 13:59:48 +01:00
neovim-flake/modules/statusline/default.nix
2023-03-31 18:47:17 +03:00

5 lines
44 B
Nix

{...}: {
imports = [
./lualine
];
}