mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: refactored with mkEnableOption
This commit is contained in:
parent
f0dc70b5d2
commit
32d065ec99
3 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
options.extra.lang-servers.enable = lib.mkOption { default = false; };
|
||||
options.extra.lang-servers.enable = lib.mkEnableOption "extra language servers";
|
||||
|
||||
config = {
|
||||
programs.neovim = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue