No description
media | ||
secrets | ||
systems | ||
themes | ||
users | ||
.sops.yaml | ||
flake.lock | ||
flake.nix | ||
README.md |
"This is fucking brilliant. Nobody needs this, nobody has a real use for this and this definitely does not attract girls. Still, I'll try this and probably love it. -Tim Goeree"
As Yet Unreproducible
User passwords-> Managed with sops-nix- Spotify login
- Firefox login
Acknowledgements
- https://www.youtube.com/watch?v=CwfKlX3rA6E for piquing my interest in this OS in the first place
- https://nixos-and-flakes.thiscute.world/ for teaching me about nix, nixos, flakes, and home-manager in an extremely easy to follow and well-documented fashion
- https://blog.notashelf.dev/posts/2025-02-24-ssh-signing-commits.html for teaching me how to trivially sign my commits
- https://www.reddit.com/r/NixOS/comments/fsummx/comment/fm3jbcm/ for an easy way to list all installed packages (
nix-store --query --requisites /run/current-system | cut -d- -f2- | sort | uniq
)