nixos/home/modules/default.nix

5 lines
43 B
Nix

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