nixos/home/programs/atuin.nix

12 lines
191 B
Nix
Raw Normal View History

2024-05-23 21:19:05 +02:00
{ config, ... }:
{
programs.atuin = {
enable = true;
settings = {
# Uncomment this to use your instance
# sync_address = "https://majiy00-shell.fly.dev";
};
};
}