add fern to vim config

This commit is contained in:
2025-02-13 14:40:48 +01:00
parent 9ec800b97e
commit 3edea0694c
2 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib, config, pkgs, ... }:
{
/*
options.mods.sync.enable = lib.mkOption {
type = lib.types.bool;
default = true;
@ -12,4 +13,5 @@
config = lib.mkIf config.mods.sync.enable {
'';
};
*/
}