Update TODO.md

This moves TODO's from around the source code into the TODO.md file so
it's easier to find.

Change-Id: I242da82ead8977ce3d174f076933cf92a9f62001
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/419
Reviewed-by: Skyler Grey <minion@clicks.codes>
Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/TODO.md b/TODO.md
index 0a6661c..f047112 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1 +1,8 @@
-- [ ] Set default shell dynamically
\ No newline at end of file
+- [ ] Set default shell dynamically
+- [ ] Hyprland
+  - [ ] Eww
+  - [ ] SwayNC
+  - [ ] hyprland-per-window-layout
+  - [ ] hy3
+  - [ ] anyrun
+  - [ ] hypr-empty
\ No newline at end of file
diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix
index 87c8776..3e2e780 100644
--- a/modules/home/hyprland/default.nix
+++ b/modules/home/hyprland/default.nix
@@ -42,8 +42,6 @@
     };
   };
 
-  # TODO: Eww, SwayNC, hyprland-per-window-layout, waylock, hy3, anyrun, hypr-empty
-
   config = lib.mkIf config.chimera.hyprland.enable {
     home.packages = [ pkgs.hyprpicker ];