From 8d85687dce448fcd45839bb3a02de3c87cd6bcee Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Sun, 5 Apr 2026 19:49:29 +0200
Subject: [PATCH] Updated README TODO
---
README.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/README.md b/README.md
index fcc0a8b..127fcdd 100644
--- a/README.md
+++ b/README.md
@@ -86,3 +86,25 @@ Secrets are managed with [sops-nix](https://github.com/Mic92/sops-nix) and age e
- [Home Manager options](https://nix-community.github.io/home-manager/options.html)
- [sops-nix](https://github.com/Mic92/sops-nix)
- [nixvim](https://github.com/nix-community/nixvim)
+
+# TODO
+
+- [ ] Verify Linux build on `cyper-desktop`
+```bash
+ sudo nixos-rebuild switch --flake ~/.config/nix#cyper-desktop
+```
+- [ ] Verify Darwin build on `cyper-mac`
+```bash
+ darwin-rebuild switch --flake ~/.config/nix#cyper-mac
+```
+- [ ] Commit and push all current changes
+```bash
+ git add -A && git commit -m "unify configs" && git push
+```
+- [ ] Test `nix-check` alias on both machines
+- [ ] Test `nix-switch` alias on both machines after initial builds succeed
+- [ ] Verify sops secrets are accessible on Darwin
+```bash
+ echo $GROQ_API_KEY
+```
+- [ ] Verify sketchybar loads correctly with lua config on macOS