My personal site.

feat: improve visuals

+20 -9
+9 -6
notes/sprites-nix-package-manager.md
··· 15 15 First, choose the multi-user installation: 16 16 `sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon` 17 17 18 - > **Note**: The installer will complain, that you don't have `systemd` installed. 18 + > **Note**: The installer will complain, that you don't have `systemd` installed. 19 19 > This is expected—we will handle that next. 20 20 21 - Next, add the `nix` daemon to the services of your Sprite: 21 + Next, add the `nix` daemon to the services of your Sprite: 22 + 22 23 ```bash 23 - sprite-env services create nix-daemon \ 24 - --cmd sudo \ 24 + sprite-env services create nix-daemon \ 25 + --cmd sudo \ 25 26 --args /nix/var/nix/profiles/default/bin/nix-daemon 26 27 ``` 27 28 ··· 29 30 30 31 ## Errors I encountered 31 32 32 - ### `nix develop` hangs on `copying [something] to the store` 33 + `nix develop` hangs on `copying [something] to the store` 33 34 34 35 This was really annoying, because the Sprite would just crash after a few minutes stuck at this step. 35 36 ··· 40 41 - Add `trusted-users = root sprite` to `/etc/nix/nix.conf` 41 42 - Restart the nix daemon (using `sprite-env`) 42 43 43 - ### `nix store info` hangs at `Store URL: daemon` 44 + <hr> 45 + 46 + `nix store info` hangs at `Store URL: daemon` 44 47 45 48 The issue here is most likely, that the daemon is not running as root. 46 49
+5
src/layouts/PostLayout.astro
··· 40 40 padding-block: 8px; 41 41 padding-inline: 20px; 42 42 line-height: 4rem; 43 + font-size: 24px; 44 + 45 + @media (width >= 38rem) { 46 + font-size: 36px; 47 + } 43 48 } 44 49 45 50 .prose h2,
+6 -3
src/pages/index.astro
··· 57 57 58 58 <div id="about"> 59 59 <h2>About me.</h2> 60 - <p>Software Engineer.</p> 61 - <p>Passionate about UX.</p> 62 - <p>Likes to climb on rocks.</p> 60 + 61 + <i> 62 + <p>Software Engineer.</p> 63 + <p>Passionate about UX.</p> 64 + <p>Likes to climb on rocks.</p> 65 + </i> 63 66 </div> 64 67 65 68 <div id="work">