improvement: disable nvim in favor of helix for now

This commit is contained in:
Christoph Hollizeck 2024-10-10 23:47:00 +02:00
parent 88fa98bae0
commit 88593f53a2
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E
6 changed files with 17 additions and 19 deletions

View file

@ -11,7 +11,7 @@ let
in
{
options.wyrdgard.apps.cli-apps.nixvim = {
enable = mkBoolOpt true "Whether to enable nixvim or not (Default true)";
enable = mkBoolOpt false "Whether to enable nixvim or not (Default true)";
};
config = mkIf cfg.enable {