From 3135fc27556a35bb739d1e2e77ff54410e07a7ff Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 27 Jul 2025 14:39:56 +0200 Subject: [PATCH] merge: README from wsl branch --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a06316e..1b97fc0 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,10 @@ gh auth login gh repo clone dannydannydanny/dotfiles # checkout the appropriate branch git checkout feat/wsl-neovim-update -# rebuild system with -sudo nixos-rebuild switch --flake ~/dotfiles/nixos/ +# rebuild WSL nixos using +sudo nixos-rebuild switch --flake ~/dotfiles/nixos#wsl +# rebuild macbook nixos using +# sudo nixos-rebuild switch --flake ~/dotfiles/nixos#macbook ``` ### Clone repo SSH method @@ -80,3 +82,5 @@ bash install.sh cd .. ``` +## Good Reads / Philosophy +* sometimes [`TODO`s arent for doing](https://sophiebits.com/2025/07/21/todos-arent-for-doing)