mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 22:10:03 +01:00
7 lines
63 B
Nix
7 lines
63 B
Nix
|
|
{
|
||
|
|
config,
|
||
|
|
lib,
|
||
|
|
pkgs,
|
||
|
|
...
|
||
|
|
}: {imports = [./tidal.nix];}
|