nix-community.nixvim/wrappers/modules/nixos.nix

9 lines
139 B
Nix
Raw Normal View History

2024-07-02 15:06:39 +01:00
{ lib, ... }:
{
options = {
defaultEditor = lib.mkEnableOption "nixvim as the default editor";
};
imports = [ ./shared.nix ];
2024-07-02 15:06:39 +01:00
}