2024-07-02 15:06:39 +01:00
|
|
|
{ lib, ... }:
|
|
|
|
{
|
|
|
|
options = {
|
|
|
|
defaultEditor = lib.mkEnableOption "nixvim as the default editor";
|
|
|
|
};
|
|
|
|
|
2024-10-22 09:08:37 +01:00
|
|
|
imports = [ ./shared.nix ];
|
2024-10-22 10:03:37 +01:00
|
|
|
|
|
|
|
config = {
|
|
|
|
meta.wrapper.name = "NixOS";
|
|
|
|
};
|
2024-07-02 15:06:39 +01:00
|
|
|
}
|