nix-conf/modules/default.nix
2024-07-15 18:00:45 +02:00

7 lines
46 B
Nix

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