the home site for me: also iteration 3 or 4 of my site

chore: tangled.sh -> tangled.org

dunkirk.sh 89445abe 01ae510b

verified
+3 -1
+3 -1
content/blog/2025-04-24_atuin.md
··· 21 Here's the basic scaffolding you'll need for your Nix configuration: 22 23 > configuration.nix 24 ```nix 25 { config, pkgs, ... }: 26 ··· 45 and then the home-manager bit 46 47 > shell.nix in home manager 48 ```nix 49 { config, pkgs, ... }: 50 ··· 78 79 Now saving the secrets with agenix is not particularly tricky you just have to know that this is an option. Run `agenix -e atuin-session.age` and then paste in the session from `~/.local/share/atuin/session` and then instead of just saving like normal you need to run `:set binary` and then `:set noeol` and then you can save the file like normal. 80 81 - Anyways now i'm enjoying my stats and it's on to the next project (proly [serif.blue](https://tangled.sh/@dunkirk.sh/serif) 👀) 82 83 ``` 84 > atuin stats
··· 21 Here's the basic scaffolding you'll need for your Nix configuration: 22 23 > configuration.nix 24 + 25 ```nix 26 { config, pkgs, ... }: 27 ··· 46 and then the home-manager bit 47 48 > shell.nix in home manager 49 + 50 ```nix 51 { config, pkgs, ... }: 52 ··· 80 81 Now saving the secrets with agenix is not particularly tricky you just have to know that this is an option. Run `agenix -e atuin-session.age` and then paste in the session from `~/.local/share/atuin/session` and then instead of just saving like normal you need to run `:set binary` and then `:set noeol` and then you can save the file like normal. 82 83 + Anyways now i'm enjoying my stats and it's on to the next project (proly [serif.blue](https://tangled.org/@dunkirk.sh/serif) 👀) 84 85 ``` 86 > atuin stats