2025-W41 2025-W43

Articles 📚

Videos 📹

Podcasts 🎧

Shows 📺

Movies 🎬

Songs 🎵

TIL 💡

  • If you are using nix-darwin you might run into issues regarding /etc/zshrc and /etc/zprofile which I fixed by running sudo mv /etc/zprofile /etc/zprofile.before-nix-darwin and sudo mv /etc/zshrc /etc/zshrc.before-nix-darwin respectively. After that you can run the usual nix run nix-darwin switch --flake /path/to/flake
  • Running a Terminal Inside Obsidian - You can run a terminal inside Obsidian using the Terminal plugin