···21Here's the basic scaffolding you'll need for your Nix configuration:
2223> configuration.nix
024```nix
25{ config, pkgs, ... }:
26···45and then the home-manager bit
4647> shell.nix in home manager
048```nix
49{ config, pkgs, ... }:
50···7879Now 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.
8081-Anyways now i'm enjoying my stats and it's on to the next project (proly [serif.blue](https://tangled.sh/@dunkirk.sh/serif) 👀)
8283```
84> atuin stats
···21Here's the basic scaffolding you'll need for your Nix configuration:
2223> configuration.nix
24+25```nix
26{ config, pkgs, ... }:
27···46and then the home-manager bit
4748> shell.nix in home manager
49+50```nix
51{ config, pkgs, ... }:
52···8081Now 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.
8283+Anyways now i'm enjoying my stats and it's on to the next project (proly [serif.blue](https://tangled.org/@dunkirk.sh/serif) 👀)
8485```
86> atuin stats