1

Home: Fix remaining name qualifications after module update

This commit is contained in:
2024-10-14 15:25:54 +02:00
parent 050969a892
commit cb0c880431
4 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ in {
packages = with pkgs;
builtins.concatLists [
(optionals cfg.neovide [neovide])
(lib.optionals neovim.neovide [neovide])
[
(pkgs.ripgrep.override {withPCRE2 = true;})