mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-24 06:40:12 +01:00
7 lines
57 B
Nix
7 lines
57 B
Nix
|
|
_: {
|
||
|
|
imports = [
|
||
|
|
./hop.nix
|
||
|
|
./config.nix
|
||
|
|
];
|
||
|
|
}
|