modules/ui: switch to explicit lib calls

This commit is contained in:
raf 2024-03-15 15:01:46 +03:00 committed by Ching Pei Yang
commit 5955d53077
9 changed files with 37 additions and 32 deletions

View file

@ -2,6 +2,6 @@
inherit (lib.options) mkEnableOption;
in {
options.vim.ui.noice = {
enable = mkEnableOption "UI modification library [noice.nvim]";
enable = mkEnableOption "noice.nvim UI modification library";
};
}