treewide: remove nmd dependency

This commit is contained in:
raf 2025-03-24 08:43:04 +03:00
commit 73b0927189
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 0 additions and 27 deletions

View file

@ -124,8 +124,6 @@ in {
mkOption {
type = enum themesConcatted;
default = "auto";
# TODO: xml generation error if the closing '' is on a new line.
# issue: https://gitlab.com/rycee/nmd/-/issues/10
defaultText = ''`config.vim.theme.name` if theme supports lualine else "auto"'';
description = "Theme for lualine";
};