1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-04 19:09:49 +01:00
neovim-flake/modules/tidal/default.nix

11 lines
75 B
Nix
Raw Normal View History

{
config,
lib,
pkgs,
...
2023-02-05 23:08:02 +01:00
}: {
imports = [
./tidal.nix
];
}