nix-conf/system/dev/skydrive-lap/sops-conf.nix
danny 54ab4d4181 feat: yazi extra shortcuts
# Changes
## docs:
- Add extra tutorial docs
## Features:
- Add `pdf combine` to yazi
- Add `pdf normalization` to yazi
- Add `Markdown to html` to yazi
## Breaking Changes:
- Rename sops secret `wireguard/conf` to `wireguard/wg0.conf`: Make sure
update your `sops-conf.nix` and secrets file.
2025-10-01 15:14:19 +08:00

8 lines
99 B
Nix

{ config, lib, ... }:
{
sops = {
secrets = {
"wireguard/wg0.conf" = { };
};
};
}