From d182b58912bbb8004ad3db04a1da0102e6aab228 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 3 Aug 2023 01:49:11 -0400 Subject: [PATCH] repo: add section for 'issues pending fixes' to todo --- todo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo.md b/todo.md index 18fd574..75bb95d 100644 --- a/todo.md +++ b/todo.md @@ -5,3 +5,7 @@ - [ ] Reorganize modules to separate ones defining options and ones providing config - Move config into global, move global into root? - Can do the same for home manager. Put NixOS ones under `nixos`, home manager under `home`? + +# Issues pending fixes + +- [ ] Home Manager, "`optionsDocBook` is deprecated", https://github.com/nix-community/home-manager/issues/4273