Move the rest of the TODO's into TODO.md

Change-Id: I629370f5503a5850cb2c8724bd58108c1a1dc18f
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/425
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/TODO.md b/TODO.md
index 54416b5..1215383 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,4 +6,6 @@
   - [ ] hy3
   - [ ] anyrun
   - [ ] hypr-empty
-- [ ] Yubikey Auth over SSH
\ No newline at end of file
+- [ ] Yubikey Auth over SSH
+- [ ] Nix-index Home Manager Module
+- [ ] Possible GTK refactor (move home.pointerCursor.gtk.enable)TODO
\ No newline at end of file
diff --git a/modules/home/git/default.nix b/modules/home/git/default.nix
index b8ac878..95d3f8d 100644
--- a/modules/home/git/default.nix
+++ b/modules/home/git/default.nix
@@ -61,15 +61,7 @@
         core = {
           repositoryformatversion = 0;
           filemode = true;
-          bare = false;
-          logallrefupdates = true;
-          fsmonitor = true;
-          autocrlf = "input";
-          splitIndex = true;
-          untrackedCache = true;
-        };
-        pull = {
-          rebase = "merges"; # TODO: from git docs, should we provide an option for this?: NOTE: this is a possibly dangerous operation; do not use it unless you understand the implications (see git-rebase[1] for details).
+ # TODO: from git docs, should we provide an option for this?: NOTE: this is a possibly dangerous operation; do not use it unless you understand the implications (see git-rebase[1] for details).
         };
         push = {
           autoSetupRemote = true;
diff --git a/modules/home/hyprpaper/default.nix b/modules/home/hyprpaper/default.nix
index 2777974..ca6d709 100644
--- a/modules/home/hyprpaper/default.nix
+++ b/modules/home/hyprpaper/default.nix
@@ -15,7 +15,6 @@
     };
   };
 
-  # TODO: wallpapers path[] -> gen wallpaper lines...
   config.xdg.configFile."hypr/hyprpaper.conf".source = lib.mkIf config.chimera.hyprland.enable (
     builtins.toFile "hyprpaper.conf" ''
       preload = ${config.chimera.theme.wallpaper}
diff --git a/modules/home/theme/default.nix b/modules/home/theme/default.nix
index d98edde..2817de3 100644
--- a/modules/home/theme/default.nix
+++ b/modules/home/theme/default.nix
@@ -155,7 +155,7 @@
       name = config.chimera.theme.cursor.name;
       package = config.chimera.theme.cursor.package;
       size = config.chimera.theme.cursor.size;
-      gtk.enable = true; # TODO: should we factor this out into a gtk module when we come to that?
+      gtk.enable = true;
       x11.enable = true;
     };
   };